摘要: import threading from queue import Queue from random import choice dealList=["红烧猪蹄", "卤鸡爪", "酸菜鱼", "糖醋里脊", "九转大肠", "阳春面", "烤鸭", "烧鸡", "剁椒鱼头", "酸汤肥牛", 阅读全文
posted @ 2024-05-12 20:02 下雨天的眼睛 阅读(6) 评论(0) 推荐(0) 编辑
摘要: import time import threading def func_one(name): for num in range(1,6): print(f"{name}第{num}次执行") time.sleep(1) def func_two(name): for num in range(1 阅读全文
posted @ 2024-05-12 08:33 下雨天的眼睛 阅读(4) 评论(0) 推荐(0) 编辑