mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
7 lines
104 B
Python
7 lines
104 B
Python
spam = lambda eggs: eggs
|
|
|
|
spam_union = 1 if 42 != 42 else spam
|
|
|
|
spam(egg<caret>)
|
|
spam_union(egg<caret>)
|