2.2 sys
Contents
Note
Click here to download the full example code or to run this example in your browser via Binder
2.2 sys#
Important
This lesson is still under development.
import sys
path
argv
stdout
stderr
version
print(sys.version)
3.9.19 (main, Jun 18 2024, 09:35:09)
[GCC 11.4.0]
prefix
executable
print(sys.executable)
/home/docs/checkouts/readthedocs.org/user_builds/python-seekho/envs/dev/bin/python
stdin
modules
getsizeof()
getrefcount()
maxsize
platform#
Total running time of the script: ( 0 minutes 0.001 seconds)