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 using file name #40

Closed qdtroemner closed 3 years ago

qdtroemner commented 3 years ago

Prints 'hello, world' using python's __file__, which holds the name of the file.

Goku-kun commented 3 years ago

Brilliant implementation using underlying concepts! Nice @qdtroemner