Lv.1
在 【Python教程连续剧--1】一起爬山吗 [doge] 中回复
换个复杂的...
while True:
for i in ["一","起","爬","山","吗"]:
print("\b"+i,end="")2024-07-08T13:52:13 点赞:0
在 【Python作品分享】鸡兔同笼【教程贴】 中回复
为什么不简单点...
from time import time;start = time();h=input("头数");x=(h-input("脚数")*2)/2;print(f"鸡有{x}只,兔子有{h-x}只");print(f"耗时为:{time()-start}秒")2024-07-08T14:02:29 点赞:0
在 【求助】Python报错,说语法错误 中回复
sprite_n = sprite_n[0].lstrip('"name":').rstrip('",')
2024-07-08T15:22:19 点赞:0
在 【求助】我把海龟的代码复制到python中,python报错! 中回复
先按下win+R,再输入cmd,再输入pip install easygui,再按回车,就好了
2024-07-08T15:24:30 点赞:0
在 【求助】python操作 中回复
没必要不被结束,直接来个进程池,放1000000000000000000000000000000个进程进去,进程池大小10,管够
2024-07-08T15:41:37 点赞:0