import random # 呼叫亂數 print(random.randint(0, 99)) import os print(os.name) print(os.getcwd()) import time # 暫停秒數 time.sleep(3) print('恢復').
確定! 回上一頁