Ad
  • Custom User Avatar

    to troubleshoot, you can add print commands into your code at points you want to check what is happening. I usually print the input and the return value I arrived at, and sometimes another interim value which seems important

  • Custom User Avatar

    I also had this issue at the beginning. Notice that the words you need to work on are the input split by either _ or -. For example for the input "A-B_C", you'd work on "A", "B", "C"