Skip to content

Conversation

@mldcesbe
Copy link

No description provided.

@mldcesbe mldcesbe changed the title Refactor: uso de f-string em vez de .format() replace .format() with f-string Aug 24, 2025
@GiwbyAlbatross
Copy link

F-strings are not only more pythonic, but also faster, as it is a language feature, rather than a function call, and function calls are somewhat expensive in Python. I may be wrong, feel free to correct me with references :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants