RAG Module 1 Programming assignments

how can I fix this error?

@Datyespro

looks like there is an extra space between the import and (

the most simplest way is to update the version, and restore to its original file.

get a fresh copy of the assignment

click on :red_question_mark:, then click update lab, but make sure you have rename the current file to a different name, so when you update the environment, the new assignment doesn’t mixes with the file you are working.

These steps are to be followed if you are taking the course on coursera platform

I did it. It’s still not working :frowning:

notice import and ( remove that extra space and run the cell again

Did you add the parenthesis to the “from utils import” statement, or were the parenthesis already there?

oh i delete the space and restart the kernel. It’s working now. Thanks for your help

1 Like

great but @Datyespro but I noticed you are editing the cells.

in case you are working on a graded assignment, keep in mind that you are only suppose to write codes between markers ###start your code here### and ###end your code here###,

and do not edit, add or delete anything outside of these markers as it will cause grader submission failure.

So in case you are doing so, you might have to get a completely fresh copy and then restart the assignment.