demo_ref_string_center2.py:
txt = "banana" x = txt.center(20, "O") print(x)
C:\Users\My Name>python demo_string_center2.py
OOOOOOObananaOOOOOOO