Commit 6b1fb6cd by BellCodeEditor

auto save

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