1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-04-30 08:56:30 +02:00
piston/packages/python/3.10.0/test.py
2021-10-13 16:56:12 +01:00

7 lines
98 B
Python

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