
8

99% of Python Programmers don't know this feature
source link: https://dev.to/treadalex/99-of-python-programmers-dont-know-this-feature-3nki
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

99% of Python Programmers don't know this feature
Did you use or know about this feature before?
text = "PYTHON"
print(f"{text}")
# PYTHON
print(f"{text:#<20}")
# PYTHON##############
print(f"{text:_>20}")
# ______________PYTHON
print(f"{text:.^20}")
# .......PYTHON.......
</div
Recommend
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK