Xeebi
home
categories
feeds
Python で引数のない lambda 函数
14 Oct 2014
ふつうに作れる.
(
lambda
:
print
(
"HI"
))()
# ==> "HI"
それだけ.