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
# 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.