Commit 742ff741 by BellCodeEditor

auto save

parent b7498cbe
Showing with 8 additions and 0 deletions
k=int(input("请输入你要的行数:"))
for i in range(k+1):
print(" "*(k-i)+"*"*(i+i-1))
\ No newline at end of file
a=int(input("请输入:"))
for i in range(a+1):
print(" "*(a-i) +"大🥕"*(2*i-1))
\ 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