I want Python interpreter to show me \'
as a calculated value. I tried typing "\\'"
and it returned me the same thing. If I try "\'"
then the backslash is not shown anymore after I hit return. How do I get it to show the backslash like this after I hit return- \'
?
Additional question
This is exact question I am not understanding: Expression -->
'C' +
+ 'D'
Calculated Value -->
'C\'D'
Find the missing literal