+ 1
How i can write in more lines ?
i write with notepad++ and Copy my lines to the Isle from Python. everytime it says error (the code is correct. A other User tells me that i can just write 1 line. i post my code here in 1 sec
3 Respuestas
+ 10
Your code is very correct! @Shark.
I think you are using more than expected tabs in IDLE...check for whitespaces!
BTW, your code is running well here on code playground😊😊
0
i=1
while i<=5:
print(i)
i+=1
print("finished")
0
what do you mean with "check for whitespaces" ?
that I don't write at the >>> line ? or that I must write everything in one line ? but last way is a litle bit men because I don't want to program in one line xD