1st Feb 2022, 10:45 AM
THE CRAZY ONE ✌️
THE CRAZY ONE ✌️ - avatar
4 Answers
+ 1
for i in range(1,5): if 1%5==0: break else: print(r ,end=',') print(i) Last line could be within else block or for block or could be a top level statement You must also assign variable r A value.
1st Feb 2022, 11:50 AM
hamishhr
hamishhr - avatar
+ 6
Hi bro, Just like in other languages for seeing the blocks we use bracket in Python we use tab space also called indentation more info in Google Happy Learning 🙂
1st Feb 2022, 10:56 AM
Abhiyantā
Abhiyantā - avatar
+ 1
What you are trying do to in the code??
1st Feb 2022, 11:16 AM
NEZ
NEZ - avatar
0
NEZ doin' some beginners lv practice...
1st Feb 2022, 2:15 PM
THE CRAZY ONE ✌️
THE CRAZY ONE ✌️ - avatar