CSSE1001 / MyPyTutor

Interactive tutorial application for Python3.
Other
7 stars 12 forks source link

Error in tests text for Processing Lists Using a for loop #154

Closed starsnabove closed 9 years ago

starsnabove commented 9 years ago

The answers in the bottom left of the MyPyTutor's problem "Processing Lists Using a For Loop" states that the input "has_gt([1, 2, 3], 5) -> True" whereas the code needs to return as False to adhere to the given requirements and to be counted as correct to submit.

pjritee commented 9 years ago

That appears to be a problem in the description of the test - not the test itself

sapi commented 9 years ago

Thanks. That (and one other typo in that problem) should be fixed now :)