0
code is wrong.what can i do?
Complete the code to iterate through the grades list and display only values greater than 50 for grade in grades: if grade <= 50: print(grade)
2 ответов
+ 2
please tag the relevant programming language. I think it should be python, but if so, then re-check the previous lessons.
look after the correct syntax
+ 2
the other problem: greater than 50. your code searches less than or equal to 50