Can somebody help me understand how to make this work. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can somebody help me understand how to make this work.

Can somebody help me understand how to make this work. This is new to me (not programming just this in Python). I want to know if this works on this engine or just on the computer. I also want to know if there is a way to rework it or if it's even possible.

27th May 2018, 1:13 AM
Nate Bowles
1 Answer
0
Import io import open import urllib fun open(): return urllib.urlopen('http://example.com')
27th May 2018, 1:20 AM
Nate Bowles