8

99% of Python Programmers don't know this feature

 2 years ago
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.
neoserver,ios ssh client
Alex Tread

Posted on Oct 24

• Originally published at pybuddy.com

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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK