Learn Lambda Functions by Building an Expense Tracker - Step 1

Tell us what’s happening:

what do I need to do because I have declared a variable called my_list and it doesn’t work what am I missing?

Your code so far


# User Editable Region

def my_list():
    pass

# 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/133.0.0.0 Safari/537.36

Challenge Information:

Learn Lambda Functions by Building an Expense Tracker - Step 1

that’s a function, not a variable

I get rid of the def in the code but then it just throws the my_list is not defined error

I fixed the issue it was the round brackets instead of the square