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

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

Closed Goku-kun closed 3 years ago

Goku-kun commented 3 years ago

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 3 years ago

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

Goku-kun commented 3 years ago

Hello, @bibliofilo . Sure! Knock it out!

bibliofilo commented 3 years ago

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

Harivind commented 3 years ago

Hi @Goku-kun, is this still open?

Goku-kun commented 3 years ago

@Harivind Yes, this issue is still open.

qdtroemner commented 3 years ago

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