KwickClips Python · 45 sec · free
Is it a mistake that sorted() gives a list?
Short answer. No. sorted() always returns a list.
Which methods does a tuple have?
Only count() and index().
Remember
| tuple() converts to a tuple |
| count, index: only methods |
| sorted() returns a list |
Sort a tuple, get a list. A mistake? No. The tuple function makes the variable t. Len, min, max and sum work. Count and index are methods. Sorted gives a list. Tuple converts. Count and index are the methods. Sorted gives a list.
This clip is from the full lesson: Tuples: Operations, Methods and Tuple Assignment — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 10 Artificial Intelligence (417), 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 changing an item give a TypeError?43 sec
Can you join two tuples?45 sec
How do you swap two variables in Python?40 sec
What does -1 mean in this program?43 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.

