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 are not considering what can happen if newavg is a float.
No the solution isnt always an integer if newavg is itself not an integer. If that happens(which it most often does in the Test cases) we will always prefer the next higher number. I made this way back in Python 2 but now, in Py 3.8 int isnt necessary.
what is the ceil func for? isnt the solution already an integer?
i wanted to use sympy modul to solve equation but it didnt accept it.
dont you need to round the number