Basic data types of Python are
2025
Basic data types of Python are
- A.
Numbers, Boolean, Float, Strings
- B.
Numbers, Boolean, Strings, None
- C.
Numbers, Boolean, Pointer, Strings
- D.
Numbers, Strings, Const, None
Attempted by 122 students.
Show answer & explanation
Correct answer: B
In Python, fundamental data types include Numbers, Boolean, Strings, and None. The correct selection includes these specific types, distinguishing NoneType from invalid entries like Pointers.