Ad
  • Custom User Avatar

    Good to know thanks!

  • Custom User Avatar

    Hi, I see a lot of solutions on codewars that use len(x) (or min, lower, count...) in loops or throughout the code rather than doing it once and saving the result in a reusable variable, which I would think is more efficient. Is it not? Why do you use it this way? Readability? Code minimisation?