sofiludance sofiludance 08-10-2020 Computers and Technology contestada X = "apple" y = X z = "banana" print(x + + y + "\n" + z) What is output?