What does the command len do to the following inputs? Try counting it by hand, and then input it into your Python shell. It is important to understand how the len function deals with different inputs.
(a) List1 = ["this", "is", "just", "an", "example",1,2,3,4](b) X = "I know that sometimes things look difficult, but don't worry you'll get it"(c) Y = "I", "know", "that", "sometimes", "things", "look", "difficult", "but", "don't", "worry", "you'll", "get", "it"(d) Z = "I know you can do it!"
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.