+ 1
Need help?
What is the error ? :-( n = 1 while n <=5: print(n) n = n + 1
2 Answers
+ 7
Yah the problem may well be one related to indentation. This needs to be consistent. See https://code.sololearn.com/cJxY7UYQ2gmh/?ref=app. Hope that helps.
+ 4
may be indentation ...
it changes code block in python...