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
How do you define a constant?
What is the use of nl2br() in php?
Inside a php function, what param needs to be set in order to access a global variable?
Php code to find whether a number armstrong or not?
What are the encryption techniques in php?
Is null empty php?
What is the main difference between asp net and php?
What is faster in php?
Why should I store logs in a database rather than a file?
What are the steps involved to run php?
What is $row in php?
What is the use of token in php?
Is facebook still written in php?
Tell me what is the difference between the functions strstr() and stristr()?
Explain the changes in php versions?