News

Structural pattern matching introduces the match/case statement and the pattern syntax to Python. The match/case statement follows the same basic outline as switch/case .
Note: Python 2 uses raw_input instead of input. Now we have inputs, the ability to talk to the user, and even some basic math. How about we put this together in a fun little app?