Back to All Challenges
Back to all challenges
The Missing Colon Mystery
Solve the "The Missing Colon Mystery" beginner challenge. Focus: python syntax.
beginnerpython
Terminal
user@debugger:~/project$ node app.js
SyntaxError: expected ':' - Python cannot parse the `if` statement on line 2 because the trailing colon is missing, so no code executes at all.
user@debugger:~/project$ ▌
Test Cases (Click to expand)