mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
* pkg(python-3.9.4): Adds python 3.9.4 * pkg(python-3.10.0a7): Adds python 3.10.0a7 * pkg(python-3.10.0a7): More pythonic 3.10.0a7 code * pkg(python-3.10.0a7): Use semver versioning * pkg(python-3.10.0a7): remove 'py3' alias and add 'py' * pkg(python-3.9.4): remove 'py3' alias and add 'py'
7 lines
No EOL
97 B
Python
7 lines
No EOL
97 B
Python
working = True
|
|
|
|
match working:
|
|
case True:
|
|
print("OK")
|
|
case False:
|
|
print() |