Variable myStr should contain the string

Please any idea why this is not working?

You are being asked to make myStr like

I am a "double quoted" string inside "double quotes".

But yours is

I am a "double quoted "string inside "double quotes".

You need to pay careful attention to spaces in this case.


Just for future reference as well: it is difficult to help when people post screenshots instead of actual code. If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.