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()