KwickClips Python · 41 sec · free
How do you find an average without a loop?
Short answer. sum(bill) / len(bill).
What does max() give?
The largest value in the list.
Remember
| min: smallest |
| max: largest |
| sum / len: average |
Cheapest item and average, without a loop? Min gives the smallest, twenty. Max gives the largest, sixty. Sum divided by len gives the average, forty point zero. Min gives the smallest. Max gives the largest. Sum by len is the average.
This clip is from the full lesson: List Methods and Built-in Functions — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083)
More KwickClips from this lesson
Why did append give a nested list?45 sec
What is the difference between remove() and pop()?46 sec
Why does print(marks.sort()) show None?40 sec
Why did marks become None?41 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

