mirror of https://github.com/CrimsonTome/tldr.git
Add python
parent
62d037bd03
commit
f40df4adba
|
@ -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
Loading…
Reference in New Issue