【Python】使用字符串結合turtle模塊繪製出國際象棋

import turtle turtle.speed(0) turtle.hideturtle() turtle.penup() turtle.goto(-150,150) colors = ['green','yellow','orange'] for i in range(8): for j in range(8): turtle.fillcolor(colors[j
相關文章
相關標籤/搜索