Chris Tyler
no edit summary
10:28
+25
+50
10:27
-562
Rchan
Created page with 'Here is a small Python script: #!/usr/bin/python import random secret=random.randrange(1,100) guess=int(raw_input("Enter a guess: ")) if guess<secret: print "Too…'
08:43
+788