0

What is the output of this code?

Count = 0 While(count<5): Inner count=0 While(inner count<2): Print(count+": *") Innercount=innercount+1 Count=count+1

8th Dec 2019, 9:35 AM
Navin Rai
Navin Rai - avatar
3 Answers
+ 4
This is a bunch of syntax errors and indentation issues, running in a infinite loop. Well done!
8th Dec 2019, 9:46 AM
Lothar
Lothar - avatar
+ 1
Put this code to "codes { }" section and run it
8th Dec 2019, 10:32 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar