Ad
  • Custom User Avatar

    exactly, my opinion is to know solutions from external modules, but more importantly, to actually put your hands on constructing a complex versions that has all the core problem solving steps.

  • Custom User Avatar

    it basicly counts up every symbol in a string and returns the letter that repeats the same amount of times. if there are some letters that are all repeated the least, it returns the first one that appeared. if the amount of each symbol's repetition is the same, it returns None.