Commit 0fa6e625 by BellCodeEditor

auto save

parent 24107989
Showing with 12 additions and 0 deletions
num=int(input("请输入个数"))
for i in range(num):
for k in range(num-i-1):
print(" ", end = "")
for j in range(2*i+1):
print("x",end = "")
print()
list= [11,2,3,4,66,78,99,11]
for i in range():
for j in range():
\ 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