Commit 0281397d by BellCodeEditor

save project

parent 9bbefc15
Showing with 6 additions and 3 deletions
a=1 a=0
while a<6: if a<10 and a!=3 and a!=7:
print("* "*5) a+=1
print(a)
else:
a+=1 a+=1
\ 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