Recommendation software project

Welcome to the Get Help category!

This is where you can ask questions about your code. Some important things to remember when posting in this category :slight_smile:

  • Learn how to ask a good question and get a good answer!
  • Remember to include a link to the exercise you need help with!
  • If someone answers your question, please mark their response as a solution :white_check_mark:
  • Once you understand a new concept, come back and try to help someone else!
    So I’m done with the code but I have no idea how to get it answered, as in script.py. For some reason it says that

Traceback (most recent call last): File “script.py”, line 3, in from linkedlist import LinkedList ModuleNotFoundError: No module named ‘linkedlist’

and also it doesn’t add linked list.py.

here are my codes, what am I supposed to do for them to work?

what do I do once I have already written the code? how can I test it?

this is the one that isn’t working, all else are fine

OK so I found out why It didn’t work before, the linkedlist.py had a space in between, linked list.py

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.