KwickClips Python · 44 sec · free
What does is check?
Short answer. Whether two names are the very same object.
What does in check?
Whether an item is inside.
Remember
| == equal values |
| is same object |
| in item inside |
Two lists are equal, but not the same. How? Double equals checks values, so True. Is checks the same object. These are two lists, so False. In finds pen inside. Double equals, equal values. Is, same object. In, item inside.
This clip is from the full lesson: Python Operators, Precedence and Expression Evaluation — 9 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Information Technology (402), CBSE Class 9 Artificial Intelligence (417), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science (083)
More KwickClips from this lesson
What does % give?44 sec
Why no ZeroDivisionError?42 sec
Does Python have ++?44 sec
What is 10 + 3 * 2?44 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.

