piston/packages/python/3.10.0/test.py

8 lines
98 B
Python
Raw Normal View History

2021-10-13 17:56:12 +02:00
working = True
match working:
case True:
print("OK")
case False:
print()