Advertisement
xgeovanni

tedium.py

Aug 24th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. score = 1
  2.  
  3. print("\t\tPress Enter to gain points")
  4.  
  5. input()
  6.  
  7. while True:
  8.     input(score)
  9.     score += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement