[Tutor] Shuts down when asking user for info
Casey Key
i.eat.brainzzz at gmail.com
Wed Jan 26 03:51:28 CET 2011
Please help , run the script and see that once you press enter after
entering name it just shuts it down, help.
-------------- next part --------------
print("\tWelcome to Casey's magical python code!")
print("\tWritten by no other than Casey Key!")
print("\nWe will begin by getting some information,mmmkay?")
name = input("what is your name")
Print("your name is",name)
input("\n\nPress the enter key to exit.")
More information about the Tutor
mailing list