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 |
How are Variables Defined in PHP?
Explain me soundex() and metaphone()?
Can you specify the "new line" character in single-quoted strings?
Whhat is a Functions
What is mysql in php?
where to change in php.ini file for file uploading?
Can php replace javascript?
What is the difference between == and === operator in PHP?
Which is true about the singleton design pattern?
How does cookies work in php?
In php, how to redirect from one page to another page?
What are the functions for imap?