赞
踩
import time
time_now = time.strftime('%Y-%m-%d', time.localtime(time.time()))
if time_now == '2023-01-01':
y2023={}
y2023["Title"] = "happy new year"
y2023["Y2022"] = "end"
y2023["Desire"] = "trying to be better"
for i in y2023.keys():
print(i+'='+y2023[i],'\n',end="")
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。