Commit 3435f58a by BellCodeEditor

auto save

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