Python Wiki
Advertisement

This is a core module in Python

sys is a core module. It's one of the very deep core modules, providing very useful information.

Properties

platform

The platform which the Python interpreter is running on.

version

The version of the Python interpreter.

Functions

exit()

Exits the interpreter.

This is a short article. Please extend it!

Advertisement