I'm so stuck (Python for beginners) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I'm so stuck (Python for beginners)

Problem in question is this Now that we know how to combine multiple conditions, let’s improve our gold purity checker program and output the corresponding purity level in Karats! Here is the purity chart we’ll be using: 24K – 99.9% 22K – 91.7% 20K – 83.3% 18K – 75.0% If the percentage is between 75 and 83.3, the gold is considered to be 18K. If it's between 83.3 and 91.7 - then it’s 20K, and so on. Given the percentage as input, output the corresponding Karat value, including the letter K. Sample Input: 92.4 Sample Output: 22K I'm not sure if I'm using the wrong indentation or functions. Help please :(

1st Mar 2022, 5:58 AM
Devon
Devon - avatar
1 Answer
+ 1
This is it. Thank you so much. My functions were off
1st Mar 2022, 6:11 AM
Devon
Devon - avatar