Skip to content
Share
Explore

exemplo7

import time

print("comecei agora...")
time.sleep(3)
prtint("terminei")

agora = time.localtime()
print(agora)

hora = time.strftime("%d/%m/%y, %H:%M:%S", agora)



Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.