Computer Science, asked by abu65, 1 day ago

which of the following types is not supported by python?
a.int
b.double
c.float
d.complex

Answers

Answered by Truelover2008
1

Answer:

The answer is option A numbers and B String. In Python, number datatype is not there but python use int to define a variable for numbers. Also, there is no string data type in Python instead has str datatype to define a string variable.

Explanation:

hope it helps u ..

Similar questions