What does python3 -m http.server 8000 do?
python3 -m http.server 8000
It starts Python's built-in HTTP server listening on port 8000.
It creates an HTML file containing the number 8000.
It installs Python version 8000 through the package manager.
It scans 8000 remote hosts for Python installations.