Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Updating Logic of the Function | Functions in Python
/
Introduction to Python (dev copy) (copy) 1769011330820
セクション 6.  10
single

single

bookChallenge: Updating Logic of the Function

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

タスク

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

Update the previous function to account for situations where the entered name isn't found in the dictionary.

  1. Within the function, implement an if/else statement to verify if the name exists in the dictionary.
  2. If the name isn't found, display the message 'There is no information about' followed by the value of name.
  3. If the name exists, continue with the steps from the previous challenge to show the individual's details.

解答

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

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

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

セクション 6.  10
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt