x = 5
Right Answer:
The variable “x” is assigned an integer value, so its data type is Integer.
x = 5
Right Answer:
The variable “x” is assigned an integer value, so its data type is Integer.
Right Answer:
Lists in Python are used to store collections of items where each item is indexed by a numerical index.
Right Answer:
The code snippet prints the data type of the variable “x”, which is a string. The correct type name in Python is “str”.