KwickClips Python · 39 sec · free
How do you add 5 to every mark without a loop?
Short answer. Use a numpy array: m + 5.
What does tolist() do?
It turns the array into a list.
Remember
| Install: python -m pip install numpy |
| Arrays work on all at once |
Grace marks for everyone, no loop? Here m is a numpy array of marks. Plus five adds to every mark at once. Tolist makes a list. Mean gives the average. Install numpy with pip. Arrays work on all at once.
This clip is from the full lesson: Working with JSON and Third-party Libraries — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: Programming All levels Python, Programming All levels Python, Programming All levels Python, Programming All levels Python
More KwickClips from this lesson
Voice-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.




