Preppy Test 004 - Passing A Dictionary to Preppy


This test passes a dictionary to Preppy, and displays the output.

Expected Output

You should see a short list of song titles and who they are by.



{'by': 'Monthy Python', 'songtitle': 'The Lumberjack Song'}

{'by': 'Frank Sinatra', 'songtitle': 'My Way'}