Python – Data Types MCQ

In Python, data types define the type of value that a variable can hold, such as integers, floating-point numbers, strings, lists, and Boolean values. These data types are essential for specifying the kind of operations that can be performed on the data and how the data is stored and managed in memory. Python’s dynamic typing allows variables to change types, making it a versatile and flexible programming language.

2.Datatypes.docx