Concatenating string and integer in python

Modern string formatting:

"{} and {}".format("string", 1)

Leave a Comment