how to write python program to count numbers in the list
Answers
Answered by
0
Answer:
word provide large collection of _allow you to quickly change the appearance of the document
Answered by
1
Answer:
using len(list) function in python you can count number of elements in alist.
Explanation:
ex: list={19,20,30,40}
len(list) gives: 4
Similar questions