KwickClips Python · 42 sec · free
What type is 10 / 2?
Short answer. float.
What type is "5"?
str.
Remember
| type() shows the data type |
| / always gives a float |
Ten divided by two. Is it an int? Ask Python. Type shows the data type of any value. Slash always gives a float, five point zero. Five in quotes is text, so str. Type shows the data type. Slash always gives a float.
This clip is from the full lesson: Variables, Assignment and Data Types in Python — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 10 Computer Applications (165), CBSE Class 9 Information Technology (402), CBSE Class 9 Artificial Intelligence (417), CBSE Class 9 Artificial Intelligence (417)
More KwickClips from this lesson
Is a variable a box?43 sec
Do you need a third variable to swap?41 sec
Is "72" a number?44 sec
Is a list mutable?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.

