var1 = "foo" var2 = "bar" var3 = var1 + var2
string_in_string = "Shepherd {} is on duty.".format(shepherd)