摘要: # 自控红绿灯-最简 import os import time ttl = ' 自控红绿灯 \n\n' while True: os.system('cls') print(ttl) # 平时绿灯常亮 print(' --绿灯亮--') print('') print('') print('按下回 阅读全文
posted @ 2025-08-12 18:17 nxhujiee 阅读(7) 评论(0) 推荐(0)