COMPUTER FUNDAMENTALS

EMERGING TRENDS IN COMPUTING

ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these in not a core data type in python?
A
Lists
B
Dictionery
C
Tuples
D
Class
Explanation: 

Detailed explanation-1: -Which of the following option is not a core data type in the python language? Answer : Class.

Detailed explanation-2: -Expert-Verified Answer Therefore decimal is not a standard data type in python whereas the decimal values are stored by default as float.

Detailed explanation-3: -Numeric: These can be either integers or floats. Boolean: These are True/False values. String: These are text values composed of a sequence of characters. Sequence: These are collections of data types that can be the same or different. 08-Sept-2022

There is 1 question to complete.