+ 1
Help please(python)
So I tried to do some tasks suggested by SoloLearn and stucked with one of them(task's below). It fails at 3rd test, wich is closed, so I can't check what's wrong, all other tests are fine. Task: Given the number of yards that your team moved forward, output either 'High Five' (for over 10), 'shh' (for <1), or a string that has a 'Ra!' for every yard that they gained. Input Format An integer value that represents the number of yards gained or lost by your team. Output Format A string of the appropriate cheer. My code: https://code.sololearn.com/cKPSILbwbnVp/?ref=app
1 Answer
+ 3
These tasks are pretty sensitive to the exact spelling and capitalization as described in the task.
High Five with capital F



