What will be the output of the following Python function? len([“hello”,2, 4, 6])
What will be the output of the following Python function?
len(["hello",2, 4, 6])
a. Error
b. 6
c. 4
d. 3
What will be the output of the following Python function?
len(["hello",2, 4, 6])
a. Error
b. 6
c. 4
d. 3