print("Hello {planet}".format(planet='World')) #or i = "Hello" print("{word} World".format(word= i ))