-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Añadir un contador que determine cuánto tiempo ha tardado en cada palabra. Podría definirse de la siguiente manera con time.ticks_ms:
startedAt = time.ticks_ms()
# código aquí
endAt = time.ticks_ms()
duration = (endAt - startedAt) * 0.001Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers