0 out of 68 challenges solved

Fix the error in Python code #10

# Fix the error in the code below
message = 'It's so good!'
print(message)  # output: It's so good!