Read this for more info on how to write solution in Codewars
Remember to not use to much loops, they are slow.
I actually understand this
Bruh 💀
Nice, it looks almost exactly like mine.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Read this for more info on how to write solution in Codewars
Remember to not use to much loops, they are slow.
I actually understand this
Bruh 💀
d = days
40 = cost per day
so if you want it in a clear way:
days * cost per day = total
d * 40
Nice, it looks almost exactly like mine.
This comment is hidden because it contains spoiler information about the solution