python 3.7 variable in string code example Example: how to add a variable to an string var str = "ello"; var letter = "h"; str = letter + str;