Please help , run the script and see that once you press enter after
entering name it just shuts it down, help.
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.")
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to