+ 1
What's wrong with sololearn
for grade in grades: if grade <= 50: print(grade) Instead for grade in grades: if grade > 50: print(grade)
1 ответ
+ 4
nothing is wrong. the code snippets do different things.
if you need help, tag the relevant programming language and give a complete task description.
don't tag "reference-types" when your question is not related to reference types.