string.format() method
.format(*args, **kwargs)
print("The sum of 1 + 2 is {0}".format(3)) # 'The sum of 1 + 2 is 3'
Clickable & Draggable!