这篇文章给大家聊聊关于美女时钟网站源码分享,以及美女 时钟对应的知识点,希望对各位有所帮助,不要忘了收藏本站哦。
抬笔,跳到一个地方
t.penup()
t.forward(step)
t.pendown()
defdrawClock(radius):34;logo&以Logo坐标、角度方式
t.hideturtle()
t.pensize(7)
t.home()钟的指针,时针、分针、秒针
t.penup()
t.home()
t.begin_poly()
t.back(0.1*len)
t.forward(len*1.1)
t.end_poly()
poly=t.get_poly()
t.register_shape(pointName,poly)画指针
globalhourPoint,minPoint,secPoint,fontWriter
makePoint(&34;,100)
makePoint(&34;,120)
makePoint(&34;,140)
hourPoint=t.Pen()34;hourPoint&34;minPoint&34;secPoint&39;red&39;gray&39;星期一&39;星期二&39;星期三&39;星期四&39;星期五&39;星期六&39;星期日&34;%s-%s-%s&用turtle写文字
fontWriter.write(getWeekName(curr_weekday),align=&34;,font=(&34;,14,&34;))
fontWriter.forward(-160)
fontWriter.write(getDate(curr_year,curr_month,curr_day),align=&34;,font=(&34;,14,&34;))
t.tracer(True)
print(curr_second)
好了,文章到此结束,希望可以帮助到大家。
