Login
Remember
Register
Ask a Question
Read the below program code carefully,
0
votes
asked
Sep 29, 2021
in
Python
by
john ganales
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
python-code
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...