What's the module "os" and what it can do? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What's the module "os" and what it can do?

22nd Oct 2019, 10:57 AM
Shayokh Shuvro
Shayokh Shuvro - avatar
3 Answers
+ 5
Here is a simple definition of OS module with functions and examples. https://www.edureka.co/blog/os-module-in-JUMP_LINK__&&__python__&&__JUMP_LINK
21st Nov 2019, 12:44 PM
Shreyansh
Shreyansh - avatar
+ 7
https://data-flair.training/blogs/python-os-module/
22nd Oct 2019, 11:10 AM
Rstar
Rstar - avatar
+ 5
The OS module in python provides functions for interacting with the operating system. OS, comes under Python’s standard utility modules. This module provides a portable way of using operating system dependent functionality. The *os* and *os.path* modules include many functions to interact with the file system. https://www.google.com/amp/s/www.geeksforgeeks.org/os-module-python-examples/amp/
22nd Oct 2019, 11:04 AM
A͢J
A͢J - avatar