Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
← Unit 4 tasks · Solution
Write passed(mark) that returns True if mark is 40 or higher, otherwise False.
passed(mark)
True
mark
False
Skills: return, simple threshold.
return