demo_ref_string_center.py:
txt = "banana" x = txt.center(20) print(x)
➜ begtut>python demo_string_center.py
banana