Q. What is the output of the following code? Code: x = 5 y = "hello" print(x + y) (A) hello5 (B) 5hello (C) hello+5 (D) TypeError ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) TypeError