資源簡(jiǎn)介
python 畫彩色名字(turtle graphics)
代碼片段和文件信息
import?turtle
t?=?turtle.Pen()
turtle.bgcolor(“black“)
my_name?=?turtle.textinput(“輸入你的姓名“?“你的名字?“)
colors?=?[“red“?“yellow“?“purple“?“blue“]
for?x?in?range(100):
????t
評(píng)論
共有 條評(píng)論