piston/packages/python/3.11.3/test.py
2023-04-07 11:34:22 +02:00

7 lines
No EOL
97 B
Python

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