How to use Sys Module in Python
Python sys module is the built-in module that provides various functions and variables that are used to manipulate different parts of the Python runtime environment. These variables and functions can be controlled by the interpreter at run time and it is always available.