Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.68K
1 Posted Topic
Try the input() method: eg 1: input("Press 'Enter' to exit") eg 2: name = input("What is your name? ") print("Have a nice day ", name) input("Press Enter to exit! ;-)") BTW. the raw_input() method doesn't work for me no matter how I try to use it (Idle Shell 3.9.6 on …
The End.
Theofanis