Commit ddf95ba5 by BellCodeEditor

save project

parent d4c1a6cb
Showing with 7 additions and 0 deletions
for y in range(5):
for x in range(4,y,-1):
print(' ',end='')
for i in range(2*y+1):
print('*',end='')
print()
\ 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