blueloveTH 6ee43311ea ...
2023-05-16 12:34:49 +08:00

231 B

icon label
package time

time.time()

Returns the current time in seconds since the epoch as a floating point number.

time.sleep(secs)

Suspend execution of the calling thread for the given number of seconds.