2024-04-14 13:36:53 +08:00

249 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 vm->set_main_argv.