Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Видно тебе)
Ты про чего?
You should only return the grade letter, you don't need to add the score and arrow.
Next time, if you are having problem with your solution, use the Question tag instead.
Can you fix that?
I have done code well but It gave result error
Check my code's result.
def get_grade(s1, s2, s3):
score = int(sum([s1, s2, s3]) / len([s1, s2, s3]))