Why doesn't my code work?

I feel like I am at my wits end on the section 7, when it asks me to call create_spreadsheet with a title “downloads” it doesn’t accept my answer, but when I check the solution the answer is exactly what I put in! Please see below:

https://www.codecademy.com/paths/computer-science/tracks/cspath-intro/modules/cspath-python-functions/lessons/intro-to-functions/exercises/keyword-arguments

Did you write,

create_spreadsheet("downloads")

or,

create_spreadsheet("Downloads")

?

I used upper case (“Downloads”) and it hasn’t accepted it

MIght be the lesson timed out. Tried a refresh and Save again.

Thank you sorted now

1 Like