which of the following data types is not supported in python
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.
Similar questions