Ad
  • Custom User Avatar

    How does this satisfy all 5 lines of the test?

    I Can only get the first line to pass, and never the second

  • Custom User Avatar

    I am super lost on this -

    I got the first test to pass

    but how do I add on to pass the oth 4 lines ?

    so far I have

    def qutoable(name, quote):
    return 'Grae said: "Practice makes perfect"'

    This Passed

    how do I add the rest to make it pass without failing the previous line?

    'Grae said: "Practice makes perfect"' should equal 'Dan said: "Get back to work, Grae"'

    how do I make that work?