What is output by the following? Assume the user enters Sally and John.
x = input ("What is your name? ")
y=input("What is your friend's name? ")
print("Hi " + x + H
+ y)
"1
and
O Hi+x+and+ y
O Hix and y
O Hi+ Sally+ and + John
O Hi Sally and John