Skip to content
Advertisement

Tag: backslash

How could I insert backslash into this python string?

I have a list of strings which looks like this: B = [‘ _ ‘, ‘|_’, ‘|_/’] (if you put these strings on top of each other you get the character B). So I have this list of strings but Visual Studio Code says that this string literal is not terminated… I assume it means the second element in the

Advertisement