1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-30 17:06:26 +02:00
piston/packages/python/3.12.0/test.py
2023-11-01 21:29:36 +00:00

7 lines
98 B
Python

working = True
match working:
case True:
print("OK")
case False:
print()