Ad
  • Custom User Avatar

    I'm so sorry, you are correct. I was debugging and added a print statement after converting the times into ints. I copied the output thinking that was the original list.

  • Custom User Avatar

    Fun Kata, good job.

    One issue:

    Instructions are inaccurate as of the value of songs['playback']. Actual value in the list is an int in seconds (e.g. 317), not a string with minutes and seconds (e.g. "5:17").