Q. What will be the output of the following Python code?
Code:
t[5]
β
Correct Answer: (B)
NameError
t[5]
You must be Logged in to update hint/solution