What’s one of the main benefits of using pattern matching in Python?
Select one:
It makes Python a statically typed language
It leads to more elegant, concise, and readable code
It replaces the need for all conditional statements
It’s the only way to handle JSON data
Hint
Think about how pattern matching compares to traditional if…elif… statements.
if
elif
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?