waktu py

#also see datetime
import time
now = time.time()
print(now)
Dr. Hippo