# python i = 0 while i < 10: print("hallo") i += 1 Brother and sister help this programming error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

15th Aug 2020, 2:23 AM
Hacker Tamil Tamila
Hacker Tamil Tamila - avatar
3 Answers
+ 1
Indentation error. Last two line need indent, give 4 spaces before these lines i=0 while i<10: print("hallo") i+=1
15th Aug 2020, 2:30 AM
Vadivelan
+ 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.
15th Aug 2020, 3:57 AM
Rahul Saxena
Rahul Saxena - avatar
15th Aug 2020, 2:28 AM
Hacker Tamil Tamila
Hacker Tamil Tamila - avatar