Ad
  • Custom User Avatar

    It's nice and compact, however, I recommend you change the "integer" in the range function to "round(integer/2) + 1". For any n greater than 1, a number i > n/2 won't divide n except for n. You would be using unnecesary resources and spending time in useless results.

  • Custom User Avatar

    Instead of having the if and else comparisons, you could just state 'sum == value'. It will result in the same and it'll be cleaner :)

  • Custom User Avatar

    Hey, I'm getting an error when I solve this challenges. I get a message that says 'There was a server issue while sending the request. Please try again'. This is also happening in other challenges. I can't work like this. Any suggestions?