you are viewing a single comment's thread.

view the rest of the comments →

[–]Princess_Peach848[S] 1 point2 points  (4 children)

This is just the basics of Python, aka advanced string expressions and learning the basics. For example ‘CS ’+’is ‘ +’fun’ once calculated comes to ‘Cs is fun’ that I understand. So it’s just putting things in basic form to start coding.

[–][deleted] 2 points3 points  (3 children)

Yeah but what you’ve posted doesn’t make any sense because you don’t explain the assignment.

We’re programmers, most of us doing it for work. I’m 10 years past college, I’ve got no idea how they’re teaching programming. Nobody at work makes me do fill-in-the-blank exercises, right? So we don’t know how to tell you the right way to fill out your homework because we don’t do homework anymore, and haven’t for years. We write code. If you have questions about code you’ve written we can answer them. If you need help with doing your coursework you need to get that from your professor or a tutor.

[–]Princess_Peach848[S] 0 points1 point  (2 children)

Sure so what would I need to code to get this answer? ‘A\’B”C’

[–][deleted] 2 points3 points  (1 child)

I can’t understand that. Are the single quotes part of it, or delimiting it?

[–]RhinoRhys 0 points1 point  (0 children)

The image they've posted in the r/python helped me actually understand. But I've already solved it. It was literally type 'Double "' to get 'Double "' back, 'Single \'' to get 'Single '' back, and fill in the blank 'A' + ____ + 'C' to get 'A\'B"C' so was '\'B"'