Stuck in Python....HELP
Go to solution
Solved by madknight3,
I'm using the GUI version of IDLE, this is really annoying because everytime I make a mistake I can't undo or delete and my code looks so messy, I'll check out pycharm some day, thanks!
I'm not sure you can take back lines you've already fully entered. You might find using the built in text editor to be more enjoyable to code multi-line programs in.
Go File -> New File (or Ctrl + N). Then you should get a new window where you can code in. You can save the program as a file and then run the code with Run -> Run Module (or F5).

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now