python_ref_string_rstrip_1.py:
x
 
txt = "     banana     "
x = txt.rstrip()
print("of all fruits", x, "is my favorite")