摘要: 效果图片 环境:python3.9.6 源代码: #! /usr/bin/env python # -*- coding:utf-8 -*-import turtleimport datetimedef skip(step): #画笔移动指定的距离 turtle.penup() turtle.for 阅读全文
posted @ 2021-11-05 23:06 弹个shell? 阅读(976) 评论(0) 推荐(0)