Python for Begginers 22.2 Pro Lab | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python for Begginers 22.2 Pro Lab

Looking for some help on this exercise, of 5 test examples 4 approved, can't look for the problem cause 5th is locked. My code goes like this: purity = float(input()) if purity >= 91.7 and purity <= 99.9: print("Accepted")

3rd Feb 2022, 10:17 AM
Alejandro
1 Answer
0
Have corrected it deleting "and purity <= 99.9", 5 of 5 approved. Seems like 100% of purity is correct for the exercise... 🤷🏻‍♂️
3rd Feb 2022, 10:40 AM
Alejandro