mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
6 lines
83 B
Python
6 lines
83 B
Python
def f(x):
|
|
if x:
|
|
y = 1
|
|
else:
|
|
y = 'foo'
|
|
return <the_ref>y |