Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- t = os.time()
- print(t)
- print(type(t))
- c = os.clock()
- print(c)
- print(type(c))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement