suppose list example is('h', 'e', 'l', 'l', 'o') what is len(list explample)
Answers
Answered by
0
Answer:
5
Explanation:
Since there are 5 strings in the tuple, it will return the number which is 5
Btw the example you have given is not a list, its a tuple.
Similar questions