Commit e20bf082 by BellCodeEditor

auto save

parent a685abee
Showing with 12 additions and 0 deletions
k=1000
while k>1:
print(k)
k=k/2
\ No newline at end of file
for i in range(-1,10,2):
for j in range(i//2+1):
print(' ',end='')
for j in range(10-i):
print('*',end='')
print(3/5)
\ 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