How to get total number of elements used in array?
Answer / ch mounika
list_a = [1,2,3,4,5]
length_of_list = len(list_a)
print(length_of_list)
| Is This Answer Correct ? | 0 Yes | 0 No |
what method is used to get a user's IP address?
What is x+ mode in fopen() used for?
How to join multiple strings into a single string?
What is new static in php?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
What the difference between WAMP5 1.7.3 and WampServer 2?
What is cookie and why do we use it?
Write the code for upload a video file in PHP.How will You Play this in Your Page.?
2 Answers ASD Lab, Convex Digital,
How arrays are passed through arguments?
How does csrf attack work?
What does $_server mean?
Which is true about the singleton design pattern?