Commit 2c9031bc by BellCodeEditor

auto save

parent a14ee72e
Showing with 18 additions and 0 deletions
def mn(i):
m=0
while i >:
print(""*m,"*"*i)
i=i-2
m=m+1
mn=15
def mn(i):
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