Lists, dicts, and the shape of an API response — step 8 of 9
Start with the list pets = ["luna", "moose"]. Add "biscuit" to the end of
it using the .append method, then print the whole list.
Expected output:
['luna', 'moose', 'biscuit']
⌘↵ runs the editor.read, then continue.
Start with the list pets = ["luna", "moose"]. Add "biscuit" to the end of
it using the .append method, then print the whole list.
Expected output:
['luna', 'moose', 'biscuit']
this step needs the editor
on desktop today; in the app (coming soon). save your spot and we'll bring you back here when you're ready.