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

Print "Hello, World!" without using the Python print function

Closed this issue · 6 comments

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

Hi @Goku-kun, can I give this a shot?

Hello, @bibliofilo . Sure! Knock it out!

Thanks! I ended up learning about stdout and stderr. Here's the pull request, #33

Hi @Goku-kun, is this still open?

@Harivind Yes, this issue is still open.

@Goku-kun , I believe this issue has been resolved by the merge in request #33.