鱼C论坛

 找回密码
 立即注册
查看: 2914|回复: 0

[作品展示] 钟表

[复制链接]
发表于 2022-12-7 17:35:10 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
from turtle import*
import datetime
mode('logo')
r=200
speed(30)
pensize(8)
tracer(False)
for i in range(0,60):
    penup()
    forward(r)
    pendown()
    if i%5==0:
        forward(20)
        forward(-20)
    dot(8)
    penup()
    forward(-r)
    left(6)
tracer(True)
pendown()
begin_poly()
forward(-0.1*150)
forward(1.1*150)
end_poly()

register_shape('myturtle',get_poly())
a2=Turtle('myturtle')
a2.shapesize(1.2,2,2)
a2.color('red','yellow')

a1=Turtle('turtle')

a3=Turtle('myturtle')
a3.shapesize(1,2,2)
a3.color('blue','purple')

a4=Turtle('myturtle')
a4.shapesize(0.8,2,2)
a4.color('green','pink')

#a1.forward(100)
t=(datetime.datetime.today())
t4=t.hour
t3=t.minute
t2=t.second
while True:
    a1.left(0.775)
    a2.setheading(t2*6)
    a3.setheading(t3*6)
    a4.setheading(t4*6)
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-15 19:50

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表