This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7aeea322e2
tldr
/
pages
/
common
/
python.md
223 B
Raw
Blame
History
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}}