用8个输出语句显示一个棋盘图案如下所示
print("* * * * * * * *") print(" * * * * * * * ") print(" * * * * * * *") print(" * * * * * * * ") print(" * * * * * * *") print(" * * * * * * * ") print(" * * * * * * *") print(" * * * * * * * *")
原文地址: https://www.cveoy.top/t/topic/cpw4 著作权归作者所有。请勿转载和采集!