Update and rename match_case_statement.md to match-case.md

pull/1007/head
Ashita Prasad 2024-06-08 23:39:52 +05:30 zatwierdzone przez GitHub
rodzic 4f096eb6a6
commit 7d18fe39d4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -247,6 +247,5 @@ The match case statements provide an elegant and readible format to perform oper
## Further Reading
This article provides a brief introduction to the match case statements and the overview on the pattern matching operations. To know more, the below articles can be used for in-depth understanding of the topic.
- [Python Match Case Statement - GeeksForGeeks](https://www.geeksforgeeks.org/python-match-case-statement/)
- [PEP 634 – Structural Pattern Matching: Specification](https://peps.python.org/pep-0634/)
- [PEP 636 – Structural Pattern Matching: Tutorial](https://peps.python.org/pep-0636/)