Help me in solving PYTH57 problem

My issue

My code

# Solution as follows

x = (input("the name of the user: "))   

print("Hello", x)

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

Just remove the string inside the input.