Python: format() in string (part2) #shorts

preview_player
Показать описание
This video explains how you can use the format() in a string in python.

Subscribe to this amazing channel:-

#Python-programming #shorts
Рекомендации по теме
Комментарии
Автор

You're missing spaces around your variable declarations my friend. Also the format method is usually not used, instead using f string instead, e.g. var = f"{other_var} here"

appuser