+ 5
What is the use of the sys and the os module in python
3 Réponses
+ 3
thanks 「HAPPY TO HELP」
+ 2
you can also use help(*) or *.__doc__ to see their instructions
* can be any functions or modules
0
To interact with the system... os.system() function is used