81.6k views
3 votes
Which of the following is not a data type in python Float, string, integer, decimal ​

2 Answers

7 votes
Answer: All are data types except decimal.
User Projectxmatt
by
3.3k points
2 votes

Answer:decimal

Step-by-step explanation:

these are the types:

String, List, Tuple, Associative array, Floating-point, arithmetic, Integer,

Boolean data type, Set

User Michael Melanson
by
3.0k points