import time while True: localtime = time.localtime() result = time.strftime("%I:%M:%S %p", ... To learn more, visit digital clock in Python shell.
確定! 回上一頁