1
0

sys.md 246 B


icon: package

label: sys

sys.version

The version of pkpy.

sys.platform

May be one of:

  • win32
  • linux
  • darwin
  • android
  • ios
  • emscripten

sys.argv

The command line arguments. Set by py_sys_setargv.