Why can't I make a list[]?

Why can’t I make a list []. I have to define it and I already have but it’s not taking it. Maybe there’s a bug?
Replit Profile: https://replit.com/@AnnaMyrtler1

Hey, @AnnaMyrtler1 welcome to the forums!

Can you please provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

4 Likes

Welcome to the forums, @AnnaMyrtler1!
To make a list, the following code should help.

some_list = [“hello”,”world”]
1 Like