Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Organizing Lab Results | Python Foundations for Chemists
Python for Chemists
セクション 1.  5
single

single

bookChallenge: 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_names list and each value is the corresponding pH from the pH_values list.
  • If the query_sample exists in the dictionary, retrieve its pH value; otherwise, return None for the pH.
  • Return both the dictionary and the retrieved pH value.

解答

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

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

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

セクション 1.  5
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt