You are viewing a single comment's thread. Return to all comments →
Simple one-liner in Python:
return [i + 5 - i%5 if i > 37 and i%5 > 2 else i for i in grades]
Seems like cookies are disabled on this browser, please enable them to open this website
Grading Students
You are viewing a single comment's thread. Return to all comments →
Simple one-liner in Python:
return [i + 5 - i%5 if i > 37 and i%5 > 2 else i for i in grades]