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. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

13th Apr 2018, 9:28 AM
dave wade
2 Answers
+ 1
your in console.. you want to create a new script
13th Apr 2018, 11:01 AM
LordHill
LordHill - avatar
+ 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.
13th Apr 2018, 7:26 PM
HBhZ_C
HBhZ_C - avatar