Resolved: Printing strings using "Print" function
What if the question was :
Produce an output equal to I'm "OK". (without having any quotes i.e. using print)
1 answers ( 0 marked as helpful)
Hi Archisman!
Thanks for reaching out.
In such a situation, we may want to help ourselves by using a backslash.
Best,
Martin
print('I\'m "OK".')Hope this helps.
Best,
Martin