which of the following data types is not supported in Python
Answers
Answered by
2
Answer:
numbers and String.
Explanation:
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.
Answered by
3
Answer:
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:
Please mark me as brainliest
Similar questions