1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-30 08:56:30 +02:00

Python 3.12.0 support

This commit is contained in:
Aetheridon 2023-11-01 21:29:36 +00:00
parent a7fa1b47fe
commit c97324beb3
5 changed files with 37 additions and 0 deletions
packages/python/3.12.0

7
packages/python/3.12.0/test.py vendored Normal file
View file

@ -0,0 +1,7 @@
working = True
match working:
case True:
print("OK")
case False:
print()