Commit d34a1015 by BellCodeEditor

auto save

parent aafb4794
Showing with 7 additions and 0 deletions
n=int(input("输入一个数:"))
b=input("输入一个字符:")
for i in range(n):
print(" "*(n-i-1)+b*(2*(i+1-1)))
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