demo_ref_string_center.py:
txt = "banana" x = txt.center(20) print(x)
C:\Users\My Name>python demo_string_center.py
banana