|
I keep getting an error that says "Your submission was incorrect. Don't change the value of page." I've not changed the value of page, and my code runs fine on a regular python interpreter.
how is that changing the value of page? |
|
Try your solution now. I've updated the grading code. Sorry for the trouble! |
|
@Marek Kotewicz and @KarenT: While your code does produce the correct output, we wanted you to use the "find" command in this problem. Also, some quizzes will expect you to print something and some will not. We realize that this is an easy thing to make a mistake with and we will try to always be as clear as possible (for example, the print command will usually be pre-populated in the code if we expect a print), but if you ever make a mistake you will be told so with an error message and you can easily make the necessary change. |
|
I can confirm that this quiz is working correctly. jsolomon, I tried your code and it worked for me, so they possibly have fixed it since you tried it last. |
|
Hello Peter When I write code, it shows the correct output but when I submit, it wont accept |
|
ilikeudacity, you don't print anything in this quiz. I'm guessing you did what a lot of others, myself included, did at first as well and printed the url at the end. Remove your print statement and submit. =D |
I've updated the quiz to use a page variable without spaces. So paste in everything after start_link= and it should work.