Computer Science, asked by kakasingh20374, 2 months ago

Which of the following data types is not supported in Python?

Answers

Answered by shrutikapadi2021
0

Explanation:

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