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