KwickClips Python · 44 sec · free
Does int() round?
Short answer. No, it cuts off the decimal.
What is bool("0")?
True, because the string is not empty.
Remember
| int() cuts, never rounds |
| str() lets text join |
| Zero, empty, None: False |
Does int of nine point eight give ten? Int cuts off the decimal. Float adds point zero. Str makes text, so joining works. Bool of zero is False; quoted zero is True. Int never rounds. Str lets text join. Zero, empty, None: False.
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
What is True + 1?43 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.

