0
Why cant i move to a new line without executing? Whenever i hit enter it runs
4 ответов
0
Where? Command line? Also, what's the command that does it?
0
Im new to this, and yes i believe the command line. For example i try to write :
X=input('what is your name? ')
Print('hello',x)
But i cant write the later portion without hitting enter to create a new line, but for some reason it runs the first line instead of creating a new one
0
Thank you that helped a lot that makes a lot more sense haha, awesome community !!
0
CTRL + N in IDLE to open a new window with as much lines as you want. F5 to run it