Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import urllib2
  2.  
  3. link = "http://www.chiquitooenterprise.com/password"
  4. # Missing a whole chunk of code here!
  5. KRUIHDWFHF
  6.  
  7. answer = "http://www.chiquitooenterprise.com/password?code=" + revString
  8. response = urllib2.urlopen(answer)
  9. response = response.read()
  10. print(response)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement