KwickClips Python · 43 sec · free
What is True + 1?
Short answer. 2, because True counts as 1.
What does "5" + 5 give?
TypeError.
Remember
| int + float gives float |
| True is 1, False is 0 |
| "5" + 5 is a TypeError |
What is True plus one in Python? Two. Python converts by itself. Int plus float gives a float. Slash always gives a float. True counts as one. Int plus float is a float. True is one, False zero. String plus number is an error.
This clip is from the full lesson: Input, Output and Type Conversion — 9 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Artificial Intelligence (417), CBSE Class 9 Artificial Intelligence (417), CBSE Class 11 Computer Science (083), CBSE Class 11 Computer Science Essentials (083)
More KwickClips from this lesson
What type does input() return?40 sec
What is the default sep?39 sec
Does int() round?44 sec
Can one print show two lines?46 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.

