2022年11月22日
摘要: import random f1 = 0 f2 = 0 f3 = 0 f4 = 0 f5 = 0 f6 = 0 for _ in range(6000): face = random.randint(1, 6) if face == 1: f1 += 1 elif face == 2: f2 += 阅读全文
posted @ 2022-11-22 14:01 kevin_yang123 阅读(236) 评论(0) 推荐(0) 编辑
摘要: PS F:\python\Python-Core-50-Courses-master\learn_python> python hello world.py C:\Users\huawei\AppData\Local\Microsoft\WindowsApps\python.exe: can't o 阅读全文
posted @ 2022-11-22 13:54 kevin_yang123 阅读(33) 评论(0) 推荐(0) 编辑