Simply that we executed the exit command defined in the sys module.
Simplemente ejecutamos el comando exit definido en el módulo sys.
These arguments are stored in the sys module's argv attribute as a list.
Estos argumentos se almacenan en el atributo argv del módulo sys como una lista.
The sys module contains many variables and functions, but the one we use the most is sys.path.
El módulo sys contiene muchas variables y funciones, pero la que más usamos es sys.path.
Now when we import a module such as sys we make the name sys available locally and then we can access names within the sys module namespace by qualifying the name as we've seen.
Cuando importamos un módulo como sys lo ponemos a disposión en forma local y entonces podemos acceder a los nombres dentro del módulo sys, calificándolos con el identificador y el punto.
Command line parameters can be obtained from the argv list imported from the sys module in Python, where the first item is the name of the program.
Los parámetros de la línea de comando pueden obtenerse de la lista argv importada desde el módulo sys en Python, de la cual el primer ítem es el nombre del programa.
Or from within the Python script one could use the Python sys module to ad the path.
En el script de Python, también se puede usar el módulo sys de Python para agregar la ruta.
KISSsys is a system add-on to KISSsoft, where complete transmissions and drive trains can be modeled (SYS module).
KISSsys es un complemento de sistema para KISSsoft con el que pueden modelarse engranajes completos y sistemas de accionamiento (módulo SYS).