- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
Stumbling thru python coding and starting to make progress.
Stuck with how to display an inputbox for the user to type text, and save it to a variable.
have tried
in = input("Enter your text: ")
but it's not showing any input box when I run the script
Pointers please ?
Solved! Go to Solution.