What is the use of the sys and the os module in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is the use of the sys and the os module in python

12th Aug 2018, 6:35 AM
Sarfo Agyemang
Sarfo Agyemang - avatar
3 Answers
12th Aug 2018, 11:10 AM
Yesh Jadav
Yesh Jadav - avatar
+ 2
you can also use help(*) or *.__doc__ to see their instructions * can be any functions or modules
13th Aug 2018, 9:40 PM
Flandre Scarlet
Flandre Scarlet - avatar
0
To interact with the system... os.system() function is used
12th Aug 2018, 2:49 PM
Abdullah Shaikh
Abdullah Shaikh - avatar