What will be the output of the following Python function?
len(["hello",2, 4, 6])
निम्नलिखित Python फ़ंक्शन का आउटपुट क्या होगा?
A. 4
B. 3
C. Error एरर
D. 6