0

In Python how can i go to a new line without running the code..?

Python

12th May 2020, 7:39 PM
Lionel C. Saki
Lionel C. Saki - avatar
5 Réponses
+ 1
Enter
12th May 2020, 8:06 PM
TakeYama02
TakeYama02 - avatar
+ 1
HonFu Exactly, got it.. Thanks..
12th May 2020, 9:38 PM
Lionel C. Saki
Lionel C. Saki - avatar
0
Are you talking about a python console?
12th May 2020, 8:24 PM
rodwynnejones
rodwynnejones - avatar
0
Sounds like you've only been in the interpreter session so far. You need to write your code into a file, and then run it. Look on your pc (where I suppose you've installed Python) for an application named IDLE. Using that, you can (relatively) comfortably write code, save it and run it.
12th May 2020, 9:08 PM
HonFu
HonFu - avatar
0
In order to bring your cursor to the next line under your code pls press the enter key with out using any print statement.
14th May 2020, 5:02 PM
Nathaniel Gibson
Nathaniel Gibson - avatar