for i in range(1, 10, 2):
print('{0:^9}'.format('*' * i))

for循环打印金字塔

 

相关文章: