What is the os module?



What is the os module?..

Answer / Manu

The os module in Python provides a way of using operating system dependent functionality. It allows you to interact with the operating system, such as reading and writing files, manipulating paths, executing system commands, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

What is the python interactive console or python shell?

1 Answers  


What are the principal differences between the lambda and def?

1 Answers  


What are the built-in types available in python?

1 Answers  


How do I run a python file in python shell?

1 Answers  


What is blob in python?

1 Answers  


Is there a double type in python?

1 Answers  


Is there a benefit to using one over the other?

1 Answers  


How can you prevent abnormal termination of a python program?

1 Answers  


What are tuples in python? How differ with lists?

1 Answers  


How to get class name of an instance in Python?

1 Answers  


What is set function in python?

1 Answers  


What are the different ways to create an empty numpy array in python?

1 Answers  


Categories