Commit 02aac14e by BellCodeEditor

save project

parent d7966a91
Showing with 3 additions and 9 deletions
i=0 numb = 0.2
while i<10: print(type(numb))
print("*"*i) \ No newline at end of file
i=i+1
i=10
while i>0:
print("*"*i)
i=i-1
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