THIS is a FASTER way to format strings #python #coding #howto

preview_player
Показать описание
If you want to see more of me, join my Discord server!

I get a lot of people asking, so here's my setup!

Affiliations (I may earn a commission):



If you have any questions, don't hesitate to ask in the comments! I'll try and answer as soon as I can, providing someone else hasn't already done so.

#python #coding #howto
Рекомендации по теме
Комментарии
Автор

Is that faster than getting the keys directly?profile[key]
Map lookups are pretty quick, but is it O(1) (i don't remember)

DT-hbzu
Автор

from pprint import pprint
pprint(profile)

lalmiahmed