wilfredinni / python-cheatsheet

All-inclusive Python cheatsheet
https://www.pythoncheatsheet.org
MIT License
4.25k stars 1.28k forks source link

"Guarding Match-Case Statements" section #328

Open haszak opened 10 months ago

haszak commented 10 months ago

Hello, for it to be guarding, I believe the "if" has to be on the line with the "case" keyword, not on the next line.