python_ref_string_ljust_1.py:
x
 
txt = "banana"
x = txt.ljust(20)
print(x, "is my favorite fruit.")