What will be the output of the following code snippet? str1 = "Hello" str2 = 'there' bob = str1 + str2 print(bob)