Add python
This commit is contained in:
15
pages/common/python.md
Normal file
15
pages/common/python.md
Normal 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}}`
|
Reference in New Issue
Block a user