Commit 1e0723df by BellCodeEditor

save project

parent c1705c4e
Showing with 5 additions and 5 deletions
i = 0
while True
while True:
print(i)
i+=1
if i==6
break
\ No newline at end of file
i+=1
if i==6:
break
\ 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