def t_strings(): my_template = "This is a value: {test}" print(my_template.format(test="another"))