My code isn’t working

Question: my code isn’t working

Repl link:

code snippet

Hey, @DeionShade 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:

Hello @DeionShade, is this in reference to the FileNotFoundError you are getting in your Python repl?

The reason it isn’t working is because you are trying to read the contents of a file, but that file does not exist yet.

You should create a new file and name it file_context_0 and then write in what you want , here I just put abc, def, ghi, but if you’re following a specific lesson example you should follow its instructions for what to put in file_context_0.