1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:22:08 +02:00
tldr/pages/common/python.md
Igor Shubovych f40df4adba Add python
2015-12-09 19:06:18 +02:00

223 B

Python

Python language interpeter

  • Call a Python interactive shell (REPL)

python

  • Execute script in a given Python file

python {{script.py}}

  • Execute Python language single command

python -c {{command}}