mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
Added files for Python 3.11.0
This commit is contained in:
parent
37141e87f6
commit
18743a3369
5 changed files with 37 additions and 0 deletions
7
packages/python/3.11.0/test.py
vendored
Normal file
7
packages/python/3.11.0/test.py
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
working = True
|
||||
|
||||
match working:
|
||||
case True:
|
||||
print("OK")
|
||||
case False:
|
||||
print()
|
Loading…
Add table
Add a link
Reference in a new issue