Commit 6b1fb6cd by BellCodeEditor

auto save

parent 5109a5f3
Showing with 7 additions and 6 deletions
i = 100
while i>0 or i == 0:
print(i)
i =i-1
\ No newline at end of file
i=0
while True:
print('hello')
i+=1
if i ==100:
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