資源簡介
代碼片段和文件信息
from?turtle?import*
x=360/10
y=120
for?i?in?range(10):
????if?i?%?2?==?0:
????????color(“skyblue“)
????else:
????????color(“red“)
????begin_fill()
??
評論
共有 條評論
from?turtle?import*
x=360/10
y=120
for?i?in?range(10):
????if?i?%?2?==?0:
????????color(“skyblue“)
????else:
????????color(“red“)
????begin_fill()
??
共有 條評論