【python练习题】程序16时间:2023-02-22 14:20:59 #题目:输出指定格式的日期。 import time print (time.strftime('%Y:%m:%d %X',time.localtime(time.time())))