python
ExecutionRun Python scripts or start interactive shell
Options & Flags
Available options for this command
-m moduleRun library module as script
-c commandExecute Python command
Examples
Common usage examples
Run Python script
python script.pyStart simple HTTP server
python -m http.serverExecute Python command
python -c 'print("Hello")'