a = "some text" print("%s < the string has been added here" % a) # OUTPUT: some text < the string has been added here