Q. What will be the output of the following Python function?
Code:
len(["hello",2, 4, 6])
β
Correct Answer: (C)
4
len(["hello",2, 4, 6])
You must be Logged in to update hint/solution