P1003. 字符三角形 2022-7-05 15:20 | 3 | 0 | python 4 字 | 几秒读完 a = input () print (' '*2+a*1) print (" "+a*3) print (a*5)