How to leave a line in Python on interpreter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to leave a line in Python on interpreter

11th Aug 2019, 8:10 AM
Piyush
Piyush - avatar
2 Answers
+ 2
On intepreter?
11th Aug 2019, 8:11 AM
Seb TheS
Seb TheS - avatar
+ 1
Maybe if you created an if statement: >>>if None: Then you can press enter without launching the code. >>>if None: ... pass Then you delete the line "if None:"
11th Aug 2019, 10:38 AM
Seb TheS
Seb TheS - avatar