Does python use ram?



Does python use ram?..

Answer / Deeksha Sonker

Yes, Python uses RAM to store the program's data and variables while it is running. The amount of RAM required by a Python script depends on factors like the complexity of the code, the size of the data being manipulated, and the operating system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Which web server is best for python?

1 Answers  


What is self in python constructor?

1 Answers  


What is module in python?

1 Answers  


What is use of list comprehension ?

1 Answers  


What are the applications of python?

1 Answers  


Why does the following behave unexpectedly in python?

1 Answers  


How to tic tac toe computer move?

1 Answers  


What is redis python?

1 Answers  


What are object methods?

1 Answers  


Are numpy arrays faster than lists?

1 Answers  


What is the output of the following?

1 Answers  


What are the programming-language features of python?

1 Answers  


Categories