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 |
Tell me how stop the execution of a php scrip?
Which software is best for php?
What are the advantages of indexes?
What are the security measures we have to take for our site not to hack by others?
how can attached a file to a mail and attached a resume to a mail and received in id
What is the use of mysqli_real_escape_string() function?
What does odbc do in context with php?
What is a helper function?
Tell me how to initiate a session in php?
What is the meaning of curl , which is used while connecting with pay pal? and how it works?
what is the post and get method??
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php