What is the output of the following code? my_list = [1, 2, 3, 4, 5] print(len(my_list)) - Study24x7
Social learning Network
15 Feb 2024 07:22 PM study24x7 study24x7

What is the output of the following code? my_list = [1, 2, 3, 4, 5] print(len(my_list))

A

5

B

10

C

4

D

2

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles