python_ref_string_center_1.py:
x
 
txt = "banana"
x = txt.center(20)
print(x)