摘要: 1 import datetime,os 2 print("---Timed Shutdown---") 3 print("1.Timed Shutdown") 4 print("2.Cancel Scheduled Shutdown") 5 try: 6 choice = int(input("")) 7 8 if choice == 2: 9 ... 阅读全文
posted @ 2019-07-18 12:19 邓大帅哥 阅读(150) 评论(0) 推荐(0) 编辑