Back to All Challenges
Back to all challenges
The Greeting That Never Happened
Solve the "The Greeting That Never Happened" beginner challenge. Focus: python syntax.
beginnerpython
Terminal
user@debugger:~/project$ node app.js
SyntaxError: expected ':' - The code fails to run entirely because the colon ':' is missing at the end of the function definition line `def greet_user(name)`.
user@debugger:~/project$ ▌
Test Cases (Click to expand)