Python raw_input Example (Input From Keyboard)
My vVersion _:D :: print "Welcome to Russian Roulette!!" time.sleep(2) number = raw_input('Enter a number from 1 to 6 ') print ('you entered %s !' % number) q = raw_input ('ARE you ready ?! y or n ' ) if q == 'y': x = random.randrange(1,6) for i in range(...