0
Error in line 3. Why?
6 Réponses
+ 3
U didnt put a colon (:) at the end of the while loop line.
while x <= int(y):
+ 3
You haven't defined 'i'
You haven't put colon after while loop's condition like while condition:
Use 'x' in the last line instead of 'i'
+ 2
Please tag Python, the language relevant to your question! 👍
+ 1
Tnx
0
Still not working
0