摘要: import time #from os import system import os runing = True while runing: inputs =input('关机(s),重启(r)') inputs = inputs.lower() if inputs == 's': print( 阅读全文
posted @ 2020-08-31 20:15 kuanleung 阅读(15) 评论(0) 推荐(0)