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 difference between substr() and strstr()?
What is user defined function in php?
How is it possible to propagate a session id?
What is echo and print in php?
Are objects passed by value or by reference?
What is pdo in php why use?
How to concatenate two strings together in php?
Why php is used with mysql?
Explain how to execute a php script using command line.
Explain preg_Match and preg_replace?
Which framework is best for php development?
What is the main difference between php 4 and php 5?
What is htmlspecialchars?
How to download and install php on windows?
How does the identity operator ===compare two values in PHP?