update python
updated
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
dd695b4fc1
commit
8c4bc67a66
@@ -9,20 +9,20 @@
|
|||||||
|
|
||||||
- Wykonaj skrypt w danym pliku Python:
|
- Wykonaj skrypt w danym pliku Python:
|
||||||
|
|
||||||
`python {{script.py}}`
|
`python {{skrypt.py}}`
|
||||||
|
|
||||||
- Wykonaj skrypt jako część interaktywnej powłoki:
|
- Wykonaj skrypt jako część interaktywnej powłoki:
|
||||||
|
|
||||||
`python -i {{script.py}}`
|
`python -i {{skrypt.py}}`
|
||||||
|
|
||||||
- Wykonaj wyrażenie w języku Python:
|
- Wykonaj wyrażenie w języku Python:
|
||||||
|
|
||||||
`python -c "{{expression}}"`
|
`python -c "{{wyrazenie}}"`
|
||||||
|
|
||||||
- Uruchom moduł biblioteki jako skrypt (kończy listę opcji):
|
- Uruchom moduł biblioteki jako skrypt (kończy listę opcji):
|
||||||
|
|
||||||
`python -m {{module}} {{arguments}}`
|
`python -m {{moduł}} {{argumenty}}`
|
||||||
|
|
||||||
- Interaktywnie debuguj skrypt w języku Python:
|
- Interaktywnie debuguj skrypt w języku Python:
|
||||||
|
|
||||||
`python -m pdb {{script.py}}`
|
`python -m pdb {{skrypt.py}}`
|
||||||
|
Reference in New Issue
Block a user