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
3 Answers
+ 4
This is a bunch of syntax errors and indentation issues, running in a infinite loop. Well done!
+ 1
Put this code to "codes { }" section and run it



