C-16-Q120mediummulti_combo_mcq
Which of the following are valid Python data types mentioned in the chapter?
Which of the following are valid Python data types mentioned in the chapter?
- int
- float
- str
- bool
- ai and ii only
- bi, ii, and iii only
- ci, ii, iii, and iv
- dii and iv only
ব্যাখ্যা
int, float, str, and bool are all built-in Python data types: integers, decimals, text strings, and Boolean true/false values respectively. All four are valid, so the complete set is correct.