Minimal Python Hello World starter demonstrating a single-file script.
A minimal repository that provides a single-file Python "Hello World" example (hello.py) and basic documentation. It uses no external dependencies and is suited for learning, runtime testing, or simple examples rather than production applications.
0