We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
time.ticks_ms
startedAt = time.ticks_ms() # código aquí endAt = time.ticks_ms() duration = (endAt - startedAt) * 0.001
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:The text was updated successfully, but these errors were encountered: