blueloveTH 386ab595a9 ...
2023-07-14 22:25:34 +08:00

22 lines
302 B
Markdown

---
icon: package
label: sys
---
### `sys.version`
The version of pkpy.
### `sys.platform`
May be one of:
+ `win32`
+ `linux`
+ `darwin`
+ `android`
+ `ios`
+ `emscripten`
### `sys._repl()`
Get a REPL for this vm. Use its `input` method to feed strings to the REPL. This function is experimental.