Yong Cui
1 min readJun 4, 2020

--

>>> formatted = f"{'Hello World':>20}"

>>> print(formatted)

Hello World

>>> len(formatted)

20

--

--

Yong Cui
Yong Cui

Written by Yong Cui

Work at the nexus of biomedicine, data science & mobile dev. Author of Python How-to by Manning (https://www.manning.com/books/python-how-to).

Responses (2)