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

Using Reduce #78

Closed Athi223 closed 3 years ago

Athi223 commented 3 years ago

Using reduce() function to reduce a list into a string and print it

Fixes #58