Q. Find the output of the below code.
Code:
tup=(9) print(tup*4)
β
Correct Answer: (C)
36
tup=(9) print(tup*4)
You must be Logged in to update hint/solution