用户:
小不活了查看:2 回复:5 评论:2 创建时间:2021-12-28T13:47:03
各位,我刚才跟同学打赌,做不出来我是狗,求求各位
imgsrc="https://static.cod喵/emoji/codemao/%E7%BC%96%E7%A8%8B%E7%8C%AB_%E6%90%93%E5%A4%B4.gif"alt="emotion_编程猫_搓头"
点赞0
评论
imgsrc="https://static.cod喵/emotion/thunder_monkey/%E5%9B%B4%E8%A7%82.gif"alt="emotion_雷电猴_围观"
点赞0
评论
imgsrc="http://img.t.sinajs.cn/t4/appstyle/expression/ext/normal/24/sweata_thumb.gif"alt="emotion_汗"
点赞0
评论
申浩南import turtle as t
t.colormode(255)
t.pensize(5)
t.hideturtle()
for i in range(0,256,1):
color = (i,min(i*2, 255),255)
t.pencolor(color)
t.forward(1)
t.done()
点赞1
评论