Help me in solving GSQ39 problem

My issue

question shows wrong even when output is correct

My code

/* Write a query to round the **Taxable_Pay** to 2 decimal place from the table employee. */

select ROUND(Taxable_Pay,2)
from employee;

Learning course: Learn SQL
Problem Link: CodeChef: Practical coding for everyone