Please the check code button is’nt functioning for me.
After writing my code I pressed the check code button but it never gives me a response. What could be the problem
Welcome to the forum @Emmanuelfidelis
There could be a syntax error preventing the tests from running.
Have a look at the console.
Or please post your full code.
Use the following method to post code to the forum:
- On a separate line type three back ticks.
- On a separate line paste your code.
- On the last line type three back ticks. Here is a single back tick `
Happy coding
I am curruntly working on “scientific computing with python”
But when I click the “check Your code” button , it refuses to check (it more of like the button isn’t working—frozen)).
Most likely, you have a syntax error preventing the code from running and being checked.
Do you see a SyntaxError
logged to the console?
If you need help with your code, please use the help button on the challenge.