0
I want to know.. how to call os for using python..
Help..
2 Answers
+ 3
You can import os, it comes with a lot of functions that give you access.
https://docs.python.org/3/library/os.html
+ 3
https://www.journaldev.com/16140/JUMP_LINK__&&__python__&&__JUMP_LINK-system-command-os-subprocess-call
Python System Command - os.system(), subprocess.call ...