which of the following types is not supported by python?
a.int
b.double
c.float
d.complex
Answers
Answered by
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