Goku-kun / 1000-ways-to-print-hello-world-in-python

This is a public repository where the aim is to print "Hello, World!" in all different possible ways.
63 stars 72 forks source link

Add using-tuple.py, using-base64.py & using-system-echo.py #72

Closed PetitPotiron closed 2 years ago

PetitPotiron commented 2 years ago

I added a few methods to write hello world in python : using tuple, using base64 and using the system's command 'echo' available on linux, macos and windows.