Python sys Module
The sys module in Python provides access to system-specific parameters and functions that interact with the Python runtime environment. It allows you to interact with the interpreter and obtain information about the system’s configuration.