Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. print_slow_outro(" out of 30\n")
  2. time.sleep(2)
  3. name = raw_input("What is your name?\n")
  4. urllib2.urlopen("http://theforest.info/pythonquiz/api.php?request=savescore&name=" + name + "&score=" + score).read()
  5. time.sleep(2)
  6. print("===LEADERBOARD===\n")
  7. print(urllib2.urlopen("http://theforest.info/pythonquiz/api.php?request=getscores").read())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement