Help me in solving GSQ63 problem

My issue

My query is correct but still not submitted it shows error

My code

SELECT *
FROM student
LEFT JOIN course
ON student.Course_id = course.Course_id;

Learning course: Database management systems
Problem Link: Left Joins in Database management systems