Computer Science, asked by rabar4me, 7 months ago

In Python, only one type of data can be stored in memory. true or false

Answers

Answered by pallapuvidhatri
2

Python Data Types

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

Similar questions