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