python_ref_string_rjust_2.py:
x
 
txt = "banana"
x = txt.rjust(20, "O")
print(x)