Commit 02aac14e by BellCodeEditor

save project

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