Q. Which of these is not a core data type in Python?
β
Correct Answer: (C)
Class
Explanation: Class is a user-defined structure, not a core built-in data type like list, tuple, or dict.