Report Bug
Qus :

What will be the output of the following Python code?

len(["hello",2, 4, 6])

Qus

निम्नलिखित पायथन कोड का आउटपुट क्या होगा?

len(["hello",2, 4, 6])


A. Error
B. 6
C. 4
D. 3


Solution
C. 4






Report Bug