Merge branch 'python' of https://github.com/igorshubovych/tldr into igorshubovych-python

waldyrious/alt-syntax
Igor Shubovych 2015-12-09 19:04:53 +02:00
commit 2548833c5f
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