Computer Science, asked by jogga4531, 6 months ago

which of the following data types is not supported in python

Answers

Answered by syrita
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