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

Create using-switchCase.py #35

Closed Harivind closed 3 years ago

Harivind commented 3 years ago

I have created a custom switch case operation, using which I've printed Hello, World!

Goku-kun commented 3 years ago

Nicely implemented, @Harivind . Since, Python doesn't have any switch statement, we can create an analogy of a switch statement in python. Good work!

Harivind commented 3 years ago

Thank you!