piston/packages/python/3.11.0/test.py
2023-10-19 14:47:45 +01:00

7 lines
98 B
Python

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