猫史档案馆


课程8:闪烁屏幕

用户:流浪狗_用户_癸壬卯子辰辛巳酉甲戊流浪狗_用户_癸壬卯子辰辛巳酉甲戊查看:1 回复:3 评论:1 创建时间:2022-07-26T12:36:15


#开始进入Python的世界
__Pen.setheading(random.randint(0, 360))
__Pen.pencolor("#ffffff")
__Pen.circle(50)
time.sleep(7.5)
__Pen.hideturtle()
for __count in range(100):
turtle.bgcolor("#ffffff")
time.sleep(0.1)
turtle.bgcolor("#ffff66")
time.sleep(0.1)
__Pen.clear()
turtle.bgcolor("#ffffff")


回复

上一页1 页 / 共 1下一页
流浪狗_用户_癸壬卯子辰辛巳酉甲戊流浪狗_用户_癸壬卯子辰辛巳酉甲戊

有错,重发

 

__Pen = turtle.Pen()


#开始进入Python的世界
turtle.bgcolor("#000000")
__Pen.setheading(random.randint(0, 360))
__Pen.pencolor("#ffffff")
__Pen.circle(50)
time.sleep(7.5)
__Pen.hideturtle()
for __count in range(100):
turtle.bgcolor("#ffffff")
time.sleep(0.1)
turtle.bgcolor("#ffff66")
time.sleep(0.1)
__Pen.clear()
turtle.bgcolor("#ffffff")

点赞0


评论


假_科技之家官方假_科技之家官方

import os
import turtle

点赞0


评论


Cecilia_VentiCecilia_Venti

“#开始进入Python的世界”证明了你用的是积木!

点赞1


评论