Concatenate a variable and a boolean code example Example: Concatenate a variable and a boolean answer = True myvar = "the answer is " + str(answer)