Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does thid work?
#2
the last line i believe you mean
email
and not
"email"
You want to print the value of email, not the actual string "email"

res is actually an instance of urlopen()
https://docs.python.org/2/library/urllib...b2.urlopen

read is a method that reads X number of bytes, with no args is the entire thing
https://docs.python.org/2/library/urllib2.html#examples
Recommended Tutorials:
Reply


Messages In This Thread
How does thid work? - by Blue Dog - Nov-01-2016, 03:59 PM
RE: How does thid work? - by metulburr - Nov-01-2016, 04:30 PM
RE: How does thid work? - by Blue Dog - Nov-01-2016, 04:39 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020