+ 1
# python i = 0 while i < 10: print("hallo") i += 1 Brother and sister help this programming error
Brother and sister help this programming error
3 ответов
+ 1
Indentation error.
Last two line need indent, give 4 spaces before these lines
i=0
while i<10:
print("hallo")
i+=1
+ 1
Hacker Tamil Tamila In Your Last Query Also You Performed Indentation Error.
https://www.sololearn.com/discuss/2446244/?ref=app
According To Me You Should Clear Your Concepts First.
Practice Well Learn Well.