Help me in solving PYTH26 problem

My issue

My code

a = "Learning" # Update your code below this line
b = "is fun"
print(a,b)

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

your input to the string “b” is incomplete.
b = “is fun!” # but you gave b = “is fun”