My issue
We are told that strings are stored in dpuble quotes but here in the solution both the text are assigned a variab a,b with single quotes
My code
# Solution as follows
a = 'Learning'
b = 'is fun!'
print(a, b)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone