I’ve been trying to access the 10. For your Hobbies and when I go there a “Whoa There!” error message pops up which I can’t close. It doesn’t go away even after I’ve refreshed the page or crossed it off and tried to come back to it. The message is: “9/script.py has been moved. This will cause problems with this exercise, please move 9/script.py back to its original location, or reset your files”. It gives me the option to click the “Reset Files” button or click the “Ok” button. Any tips on what I should be doing?
Much appreciated!
1 Like
i found a solution,
go back to previous excercise and complete it …come to the present excersie(the one which is showing error message) and copy the below code and paste it into the editor
#Assigning a dictionary with three key-value pairs to residents
residents = {‘Puffin’ : 104, ‘Sloth’ : 105, ‘Burmese Python’ : 106}
print residents[‘Puffin’] # Prints Puffin’s room number
# Your code here
print residents[‘Sloth’]
print residents[‘Burmese Python’]
and you will be allowed to next excercise
2 Likes
Thanks, this helped a lot!
1 Like
I’ve gone back to the exercise but I can’t seem to be able to go back to the previous one(the 9th one). The message won’t let me do anything(not even paste the code into the editor) except to press one of the two buttons(“Reset Files” and “Ok”), both which I have no idea what will happen to my work if I do click one of them.
1 Like
I cannot access it either, i submitted a bug report.
1 Like
I just clicked the “Ok” button and have been coding since and I don’t see any problems.
1 Like