Ad
  • Custom User Avatar

    @krishp True, my solution was similar, except that I did | if lng > wdth:, else: | I don't see any need for the "elif" here, and using an else instead means you don't have to use the ">=". If they equal, they'll be sent to the else which will still end with a valid solution.

  • Default User Avatar

    Hey Isaac. I was looking at your solution and I couldn't understand why there is the if lng>=width. Why won't it work if lng>wdth?