Q. Find the output of the below code. Code: tup=(9) print(tup*4) (A) (36) (B) (9,9,9,9) (C) 36 (D) TypeError ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) 36