piston/packages/python/3.11.3/test.py

7 lines
97 B
Python
Raw Normal View History

2023-04-07 11:34:22 +02:00
working = True
match working:
case True:
print("OK")
case False:
print()