mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 09:20:37 +07:00
8 lines
45 B
Python
8 lines
45 B
Python
s = 3
|
|
|
|
|
|
def ref(s, t):
|
|
pass
|
|
|
|
|
|
ref(s, t=1) |