needyourbrain231 needyourbrain231 Today at 11:33 AM Computers and Technology Answered 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