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.
Can you please give an example of a payload that could be used in this case?
What I wanted to do, but forgot the str(). This is vulnerable to code injection however.
nevermind I read the other comments!
What does that mean Norton?
Exactly my solution lol.
be careful, it's vulnerable for code injection!!!
When you began writing the description to the problem you actually seemed to agree with jmossel as you wrote
"(55, meaning -4.2 compared to the average) ... (95, 35.8 more than the average and so on)"
where the signs of the differences are as expected. You then later contradict yourself by writing
"The resulting list/array of differences starting from [55, 95, 62, 36, 48] is thus [4.2, -35.8, -2.8, 23.2, 11.2]."
A tip to improve the description would be to change the first quoted sentence to make it consistent with the second (I would say change the second to be consistent with the first, but that would make all existing solutions to the problem incorrect).
I also don't see how simplicity, beginner-friendliness or empathy with the beginner caused you to make this choice of sign (and to be inconsistent about it in the description).