Computer Science, asked by ravinderkumar5064, 2 months ago

In Python, only one type of data can be stored in memory.​

Answers

Answered by chaubeysanjay1975
0

Explanation:

A variable (location in memory) can store only one type of data (int, double, string etc.) ... However, for storing different data types and values in the same program, you can declare different variables like b, c, area, volume etc.

Answered by rsrkb999
0

Answer:      It's True.

Explanation:

A variable (location in memory) can store only one type of data (int, double, string etc.)

Similar questions