sj_dde

导航

 

2021年8月11日

摘要: 输入的数做直角三角形 反三角形: height = int(input("the height is>>")) num = 1 while height>0: h = height while num <= h: print("#",end="") h -= 1 print() height -=1 阅读全文
posted @ 2021-08-11 22:01 sj_dde 阅读(69) 评论(0) 推荐(0)