mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
spam = lambda eggs: eggs
|
|
|
|
spam_union = 1 if 42 != 42 else spam
|
|
|
|
spam(eggs=)
|
|
spam_union(eggs=)
|