mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
added python 3.10
This commit is contained in:
parent
8a89af7512
commit
fecfed48fd
6 changed files with 39 additions and 0 deletions
7
packages/python/3.10.0/test.py
vendored
Normal file
7
packages/python/3.10.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