JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
por ai
Faculdade 5º
More
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 (
Ctrl
P
) instead.