Commit 1e0723df by BellCodeEditor

save project

parent c1705c4e
Showing with 5 additions and 5 deletions
i = 0 i = 0
while True while True:
print(i) print(i)
i+=1 i+=1
if i==6 if i==6:
break break
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment