Repository contains a python (*.py) file which prints "Hello World" via an unnecessarily lengthy/complex class and functions.
Also included for visual consumption is an HTML (*.html) file with Python syntax highlighting; created via Hi Lite Me.
$python3 hello-world.py Prints "Hello World" four times; Content is random each time with one value selected from each of the three lists. #1 hello-world #2 hello WORLD #3 hElLo.World #4 hello-WORLD
python 3.x(Documentation)
random(Documentation).
- Cosmetic release
- Added an HTML file with Python syntax highlighting
- Cosmetic release
- Minor README improvements
- Initial release