In Python, only one type of data can be stored in memory.
True
False
Answers
Answer:
Data types are the classification or categorization of data items. Data types represent a kind of value which determines what operations can be performed on that data. Numeric, non-numeric and Boolean (true/false) data are the most used data types. However, each programming language has its own classification largely reflecting its programming philosophy.
Python has the following standard or built-in data types:
Numeric
A numeric value is any representation of data which has a numeric value. Python identifies three types of numbers:
Integer: Positive or negative whole numbers (without a fractional part)
Float: Any real number with a floating point representation in which a fractional component is denoted by a decimal symbol or scientific notation
Explanation:
i answered you make me brainliest
Answer:
False
Explanation: