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

Updated using-list_comprehensions.py file #61

Closed namanp247 closed 3 years ago

namanp247 commented 3 years ago

Reduced the intricacy of python code by updating the pre-existing method to print "Hello, World!" using list comprehension.