print("*****")
print("* *")
for i in range(5): if i==2: print("*****") else: print("* *")
结果:
* * * * ***** * * * *