Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Creating Lambda Function | Functions in Python
Introduction to Python(ihor)
セクション 6.  12
single

single

bookChallenge: Creating Lambda Function

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

You are given three numerical variables: a, b, and c. Create a lambda function called fun that:

  • Multiplies a by 3, multiplies b by 2, adds the results to c, and then squares the final result.
  • Create a variable called result and use the lambda function to compute the final result for a given set of values for a, b, and c.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 6.  12
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt