mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 14:54:36 +07:00
GitOrigin-RevId: 0e35bd5d50e2d6b544cbd4467d184b6be21b7574
6 lines
47 B
Python
6 lines
47 B
Python
x = 42
|
|
|
|
match x:
|
|
case int(n):
|
|
pass
|