Computer Science, asked by srivastavaanshpb0m20, 9 months ago

in python only one type of data can be stored in a memory true or false​

Answers

Answered by omprakashmalviya2000
17

Answer:

It's True.

Explanation:

A variable (location in memory) can store only one type of data (int, double, string etc.) and can store any one value, that means if you use a variable a and store it's value as 15 or put to be assigned by the user, you cannot use it again for storing another value or put to assigned by user again, but you can use the same variable for different operations, like if you use a for addition, you can use it again for Subtraction, Multiplication etc. However, for storing different data types and values in the same program, you can declare different variables like b, c, area, volume etc.

{Hope it helped you...}

{Kindly Mark as Brainliest...}

Answered by singhreetu16
2

Answer:

False

Explanation:

Similar questions