0
New to python. When coding i cant go to the next line without it running the program line. I just want to start a new line.
2 ответов
+ 1
your in console.. you want to create a new script
+ 1
In python console if you write a line of code when you declare a variable or you write a statement you can't start a new line without running the code,you hit enter and you get the result if your code is an operation or instruction.So to avoid this use a new file ,write your entire code then save and run it.