blueloveTH 6d6b051903 ...
2025-01-19 23:57:02 +08:00

246 B

icon label
package 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.