0 votes
in Python by
Read the below program code carefully,

print('It\'s ok, don\'t worry')  

What will be the output of this program?

a) It's ok, don't worry

b) It\'s ok, don\'t worry

c) SyntaxError: EOL while scanning string literal

d) SyntaxError: invalid syntax
...