I would like to give some feedback about ...
From: https://py.checkio.org/mission/even-last/solve/
Hi
I don't agree with the assert- test :
assert checkio([1, 3, 5]) == 30, "(1+5)*5=30"
the answer should be 5, like so :
assert checkio([1, 3, 5]) == 5, "(1)*5=5"
because 5 is last in the array, therefore can't be added.
:-)
sikspens
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36
Created at: 2019/07/22 09:21; Updated at: 2019/07/22 12:52
The question is resolved.