This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f40df4adba
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}}