python_ref_string_center_2.py:
x
 
txt = "banana"
x = txt.center(20, "O")
print(x)