piston/packages/python/3.10.0-alpha.7/test.py

7 lines
97 B
Python

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