摘要:
import turtle turtle.title('2022北京冬奥会冰墩墩') turtle.speed(10000) # 速度 # 左手 turtle.penup() turtle.goto(177, 112) turtle.pencolor("lightgray") turtle.pens 阅读全文
摘要:
1、去掉下图中各文件名中的'xx' 2、Python代码如下(仅供参考) import os, os.path, time def rename(file, keyword): #file: 需要修改的文件路径 keyWord: 需要修改的文件中所包含的指定关键字 start = time.perf 阅读全文