demo_ref_string_center2.py:
txt = "banana" x = txt.center(20, "O") print(x)
➜ begtut>python demo_string_center2.py
OOOOOOObananaOOOOOOO