Files
2025-12-22 22:36:14 +00:00

6 lines
47 B
Python

x = 42
match x:
case int(n):
pass