Print "Hello, World!" without using the Python print function
Closed this issue · 6 comments
Goku-kun commented
This challenge dictates to create a python program which prints "Hello, World!" without using the python print function. This idea is based on the python program link-to-the-program by @shreeharinw
bibliofilo commented
Hi @Goku-kun, can I give this a shot?
Goku-kun commented
Hello, @bibliofilo . Sure! Knock it out!
bibliofilo commented
Thanks! I ended up learning about stdout and stderr. Here's the pull request, #33
qdtroemner commented