Python3获取当前时间(精确到秒):

按格式输出:

print("当前时间: ",time.strftime('%Y.%m.%d %H:%M:%S ',time.localtime(time.time())))