Answer Posted / 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 |
Post New Answer View All Answers
Which php framework is best for beginners?
Does facebook use php framework?
What is the content of /etc directory?
How to delete an element from an array?
Explain the different types of errors in php.
What is meant by variable variables in php?
Write a php function to convert all null values to blank?
Is nan in php?
Write down the code for save an uploaded file using php?
What is the difference between associative array and indexed array?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
How can I prevent sql-injection in php?
How to process the uploaded files?
Explain how is it possible to set an infinite execution time for php script?
What is framework? How it works? What is advantage?