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
What is the interface in php?
Is laravel better than codeigniter?
What are php loops?
What is the use of $_server and $_env?
What are computer variables?
Which php framework is best for web development?
Tell me what is mean by an associative array?
How to set a page as a home page in a php based site?
What is php constructor?
Is php coding easy?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is stripslashes php?
Can we run php in apache tomcat?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How can you declare the array in php?