mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 19:26:25 +02:00
Add files via upload
This commit is contained in:
parent
2d82118fff
commit
075c056031
5 changed files with 37 additions and 0 deletions
7
packages/python/3.11.3/test.py
vendored
Normal file
7
packages/python/3.11.3/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