Commit e0db0fb1 by BellCodeEditor

auto save

parent 2b2bf265
Pipeline #5463 failed in 0 seconds
Showing with 5 additions and 0 deletions
a = int(input("请输入一个数字"))
b = input("请输入一个字符")
for s in range(a):
print(' '*(a-s-1)+b*(2*(s+1)-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