I've tried running my fourth code on python and I have encountered an error that I can't seem to fix.
I tried to change around the apostrophes but it hasn't helped me.
message = 'Muhammed Ali once said, "Do not count the days, make the days count".'
print(message)
I get an error message on the terminal that says
'.' is not recognized as an internal or external command, operable program or batch file.
(program exited with code: 9009)