My issue
My code
# Replace the _ (underscores) in the editor with the text "I love Python!" to check the output
print("I love Python !")
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
# Replace the _ (underscores) in the editor with the text "I love Python!" to check the output
print("I love Python !")
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
You have given an extra space between n and !. remove that and it will pass.