mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
7 lines
98 B
Python
7 lines
98 B
Python
working = True
|
|
|
|
match working:
|
|
case True:
|
|
print("OK")
|
|
case False:
|
|
print()
|