くだすれPython(超初心者用) その39at TECH
くだすれPython(超初心者用) その39 - 暇つぶし2ch339: 3 print(a(4)) def hello(x):   def world(y):     return x * y   return world b = hello(2) print(b(9)) c = hello(3) print(c(10)) def hello(x):   return lambda y: x * y b = hello(2) print(b(9)) c = hello(3) print(c(10))




次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch