In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to explore a new implementation with match statement newer versions (Python 3.10)
Key notions to remember:
control statements
dictionaries
switch statement
match statement
case labels
#controlstructures , #pythondictionary