What is the problem with my current code?
In the URL paths challenge located in unit 1 of the Python course, I am attempting to make a print function that will output "Navigate to the" followed by the subject variable inputted for subject, and then "page below!"
For example, if you input "math" into the program console, it would say "Navigate to the math page below!"
However, when I attempt to run the code I have constructed:I get the following error:
EDIT:
I found the error. I forgot to put a plus sign in between subject and " page below!"
Please sign in to leave a comment.