212k views
0 votes
______defines type of value a data can contain.
in python

1 Answer

3 votes

Answer:

Data type

Step-by-step explanation:

I remember learning this in computer class. The data type is a classification that specifies which type of value a variable has and what type of mathematical, relational, or logical operations can be applied to it without causing an error. I may be wrong, if I am wrong, I am sorry it has been a long time since I learned this.

User Bertday
by
5.6k points