Back
Type Name Operations
idle3
idle3.13
pip
pip3
pip3.13
pydoc3
pydoc3.13
python
python3
python3-config
python3.13
python3.13-config

File Transfer

Upload files to current directory

File Editor: idle3

#!/bin/sh '''exec' "$(dirname -- "$(realpath -- "$0")")/python3.13" "$0" "$@" ' ''' from idlelib.pyshell import main if __name__ == '__main__': main()