1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:17:59 +01:00

Add python

This commit is contained in:
Igor Shubovych 2015-11-22 22:27:42 +02:00
parent 6f11b8fedc
commit 89f880d3ff
2 changed files with 16 additions and 1 deletions

15
pages/common/python.md Normal file
View file

@ -0,0 +1,15 @@
# 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}}`

File diff suppressed because one or more lines are too long