Update match_case_statement.md

Added remaining topic headings
pull/1007/head
SAM 2024-06-04 18:02:50 +05:30 zatwierdzone przez GitHub
rodzic 5f57b24ac0
commit e5c88286d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -160,3 +160,14 @@ The patterns will not match the cases and will trigger the wildcard case for the
>>> get_class(Pet('Tommy', 'Dog'))
Invalid
```
### Nested Patterns
### Complex Patterns
#### Wildcard
#### Guard
## Summary
## Further Reading