1. What are data types in programming?
Categories of data that determine what kind of value a variable can hold
Erklärung
Data types are categories of data that determine what kind of value a variable can hold, such as int, float, str, or bool, which is explicitly stated in the context.