📜  python代码示例中的导入时间

📅  最后修改于: 2022-03-11 14:46:30.547000             🧑  作者: Mango

代码示例2
#also see datetime
import time
now = time.time()
print(now)