摘要:
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 += 阅读全文
摘要:
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 阅读全文