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.
I like the naming convention memoized :D I used multitabres. And I don't know why lmao
I don't like it.
With Love.
This is the second unit test code that fails. There is clear math that fails in the unit test that is easily done on a calculator.
This comment is hidden because it contains spoiler information about the solution
Thats sooooooo Clean <3
I like the comments.
Cheater. lol jk
I highly recommend not using global variables. As global variables are stored in memory and not efficent if your using an application. Global variables are lazy.
I highly recommend not using global variables. As this is bad practice. Trust me I'm a lawyer.
That is beautiful. Can I touch it?
I have you know. I'm a expert python developer. I created everything is computer. Including people. And having a global variable will stay in memory causing your application to use memory. While having the variable in function will allow the application to flush out the memory being used for variables.