You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The escape before \n i.e \\n is ignored and a new line created
The string is cut into little bits for representation
I tried to figure out where in my code, the string does get turned into a tuple, but it does not. I know ('' '') is another way to write a sting, but I found it very confusing as it resembled a tuple closely.
The text was updated successfully, but these errors were encountered:
JosuaCarl
changed the title
Icecream separating paths containing whitespace
Icecream separating strings at whitespaces
Jan 28, 2025
When I use
resulting in:
Two things happen:
\n
i.e\\n
is ignored and a new line createdI tried to figure out where in my code, the string does get turned into a tuple, but it does not. I know ('' '') is another way to write a sting, but I found it very confusing as it resembled a tuple closely.
The text was updated successfully, but these errors were encountered: