🌈 搜索
📅  最后修改于: 2022-03-11 14:45:42.998000             🧑  作者: Mango
for i in range(1,85): for j in range(1,8*85): print("*",end=" ") print( ) 1