网站首页 站内搜索

搜索结果

查询Tags标签: minHand,共有 2条记录
  • Python小程序----即时动态时钟

    # coding=UTF-8 from turtle import * from datetime import *def Skip(step): #建立表的外框penup()forward(step)pendown()def mkHand(name,length): #注册turtle形状,建立表针turtlereset()Skip(-length*0.1)begin_poly()forward(length*1.1)end_p…

    2021/9/24 14:40:50 人评论 次浏览
  • Python小程序----即时动态时钟

    # coding=UTF-8 from turtle import * from datetime import *def Skip(step): #建立表的外框penup()forward(step)pendown()def mkHand(name,length): #注册turtle形状,建立表针turtlereset()Skip(-length*0.1)begin_poly()forward(length*1.1)end_p…

    2021/9/24 14:40:50 人评论 次浏览
扫一扫关注最新编程教程