通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
使用 time 库的相关函数获取 3 天前的时间。
from time import * print(ctime(time()-24*60*60))