Update code_python (#3486) shashwat-pd

Structural pattern matching has been added in the form of a match statement and case statements of patterns with associated actions in python 3.10. 

Reference: https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching
This commit is contained in:
Shashwat Poudel 2022-09-02 15:52:10 +05:45 committed by GitHub
parent 76ee885a04
commit caa502a618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@
"callable",
"capitalise",
"capitalize",
"case",
"casefold",
"ceil",
"center",
@ -109,6 +110,7 @@
"lstrip",
"maketrans",
"map",
"match",
"math",
"max",
"memoryview",