Computer Science, asked by brianfede27, 7 months ago

Which of the following is NOT a data type in Python?
a. integer
b. string
c. decimal
d. float

Answers

Answered by yusufkhanstar29
0

Answer:

c. decimal

Explanation:

Concept= Data Types in Python

Given= Various data types

To find= Which is not data type in python

Explanation=

Data types are very important concept in programming languages.

Different languages have different set of prescribed data types which are used to store value in form of variables.

String is a standard data type of Python to store text data

While numeric data are stored only in form of integers, floating point(float) and complex numbers.

Therefore decimal is not a standard data type in python whereas the decimal values are stored by default as float.

#SPJ3

Similar questions