セクション 1. 章 5
single
Challenge: Organizing Lab Results
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Organizing and retrieving lab results is a key part of data analysis in chemistry. In this challenge, you will use lists and dictionaries to map sample names to their pH values and retrieve the pH for a specific sample.
- Create a dictionary where each key is a sample name from the
sample_nameslist and each value is the corresponding pH from thepH_valueslist. - If the
query_sampleexists in the dictionary, retrieve its pH value; otherwise, returnNonefor the pH. - Return both the dictionary and the retrieved pH value.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 5
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください