python_string_format_1.py:
x
 
age = 63
txt = "My name is Bill, and I am {}"
print(txt.format(age))