0
can someone tell what's wrong with this code? I can't figure out what the error is
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 https://code.sololearn.com/cmNlhg9H5l4w/?ref=app
4 Respostas
+ 3
Hi Kelbis!
You have a typo in your 3rd if statement.
It needs to be purity < 99.9
+ 1
Kelbis Hernandez 22k test 99.99:
+ 1
JUMP_LINK__&&__Python__&&__JUMP_LINK Learner thanks friend
+ 1
Tag the programming language you're asking doubt in, not the lesson number. All the best =)