NOTMEE12
Results
1
issues of
NOTMEE12
For a while python has a `match-case` [statements](https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching) When I ran the web version and tried to transpile this code to js: ```py # write your Python code... print("hello world")...