Python Forum
First time coding need a little help
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
First time coding need a little help
#1
When i enter some python and i want to go on an another line i have to press enter which also then just makes the program try and run and come up with syntax errors and i have to type it all out again. Little help
Reply
#2
It sounds like you are in interactive mode. Better write code in a file (save it with py extension) and then execute it

check https://python-forum.io/Thread-How-to-Ex...ython-code how to execute python code
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020