I'm just learning python and realize that there's no switch-case in python. This really kills my mood to learning python. What do you think of this python programmers?
Name:
Anonymous2010-11-23 2:09
>>26 BEST PRACTICES
def main():
wow()
def wow():
print("wow")