Tell us what’s happening:
I have tried the following dictionary key-value pairs setup but still failed
Your code so far
# User Editable Region
copper = {
'species': 'guinea pig',
'age': 2}
copper = ['food'] = 'hay'
# User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Challenge Information:
Learn Algorithm Design by Building a Shortest Path Algorithm - Step 6