橘子味的心
标题:Python3 time模块 time 方法

Python3 time模块 time 方法

#!/usr/bin/python3
import time;      # This is required to include time module.

ticks = time.time()
print ("Number of ticks since 12:00am, January 1, 1970:", ticks)

目录

分类