摘要: import time import calendar nowTime = time.strftime("%Y-%m-%d %H:%M %A") print("当前时间是:", nowTime) print(" 我是呆萌的分割线 ") # 登录注册账号 # 会员5次机会,游客3次机会 vip = 5 阅读全文
posted @ 2021-10-15 20:23 L-L 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 一、绘图命令 操纵海龟绘图有很多命令,可以划分为三种:画笔运动命令、画笔控制命令、全局控制命令 画笔运动命令 | 命令 | 说明 | | : : | : : | | turtle.forward(distance) | 向当前画笔方向移动distance像素长度 | | turtle.backwar 阅读全文
posted @ 2021-10-15 20:16 L-L 阅读(2106) 评论(0) 推荐(0) 编辑