mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 04:21:24 +07:00
3 lines
40 B
Python
3 lines
40 B
Python
a = min(1, 2)
|
|
b = min(2, 3)
|
|
c = m<caret> |