in Technology by

Which of the following is not a core data type in Python programming?
a) Tuples
b) Lists
c) Class
d) Dictionary

1 Answer

0 votes
by

Answer: c
Explanation: Class is a user-defined data type.

Related questions

0 votes
    What will be the output of the following Python function? len(["hello",2, 4, 6]) a) Error b) 6 c) 4 d) 3...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    What will be the output of the following Python expression if x=56.236? print("%.2f"%x) a) 56.236 b) 56.23 c) 56.0000 d) 56.24...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    Which of these is the definition for packages in Python? a) A set of main modules b) A folder of python modules ... statements d) A set of programs making use of Python modules...
asked Jan 2, 2023 in Technology by JackTerrance
0 votes
    Can anyone tell me what is the largest value of an int data type in the python? Select the correct answer from above options...
asked Jan 8, 2022 in Education by JackTerrance
0 votes
    1. In the C programming language to scan the integer type data which of the following is used? %d %f %I %c Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    1. In the C programming language to scan the integer type data which of the following is used? Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
+1 vote
    Which operator can be used to determine the size of a data type or variable in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
0 votes
    sumit is trying his hand at java programming but ,he does not know which type of language it is Select the correct answer from above options...
asked Dec 29, 2021 in Education by JackTerrance
+1 vote
    Is FILE a built-in data type in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Which of the following data types is not supported in Python? Select the correct answer from above options...
asked Jan 11, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me how to print data type in python? Select the correct answer from above options...
asked Jan 8, 2022 in Education by JackTerrance
0 votes
    Can anyone tell me what is primitive data type in python? Select the correct answer from above options...
asked Jan 8, 2022 in Education by JackTerrance
0 votes
    What are the different types of data type in Python program? Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Which of the following is not a core interface of Hibernate? (a) Configuration (b) Criteria (c) ... Miscellaneous of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
...