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 73 forks source link

Another way of writing hello world #122

Closed amoghrajesh closed 1 year ago

amoghrajesh commented 1 year ago

Writes hello world using f-strings in python. Adds a fix for #119

amoghrajesh commented 1 year ago

@Goku-kun can you help in a review?

amoghrajesh commented 1 year ago

@Goku-kun I just updated the PR with the right output now. Can you give a round of review to it?