mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
update python
updated
This commit is contained in:
parent
dd695b4fc1
commit
8c4bc67a66
1 changed files with 5 additions and 5 deletions
|
@ -9,20 +9,20 @@
|
|||
|
||||
- Wykonaj skrypt w danym pliku Python:
|
||||
|
||||
`python {{script.py}}`
|
||||
`python {{skrypt.py}}`
|
||||
|
||||
- Wykonaj skrypt jako część interaktywnej powłoki:
|
||||
|
||||
`python -i {{script.py}}`
|
||||
`python -i {{skrypt.py}}`
|
||||
|
||||
- Wykonaj wyrażenie w języku Python:
|
||||
|
||||
`python -c "{{expression}}"`
|
||||
`python -c "{{wyrazenie}}"`
|
||||
|
||||
- Uruchom moduł biblioteki jako skrypt (kończy listę opcji):
|
||||
|
||||
`python -m {{module}} {{arguments}}`
|
||||
`python -m {{moduł}} {{argumenty}}`
|
||||
|
||||
- Interaktywnie debuguj skrypt w języku Python:
|
||||
|
||||
`python -m pdb {{script.py}}`
|
||||
`python -m pdb {{skrypt.py}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue