Forum Discussion
chetanhiwale
1 year agoResolver I
Fabric notebook backslash issue
This should print \\n as output. Is this happening due to pylantic or fabric is doing something internally.
- 1 year ago
When you write a literal like `"\\",` Python processes it as an escape sequence. In this context, a pair of backslashes (`"\\") tells Python to include a single literal backslash in the string.
v-nmadadi-msft
1 year agoCommunity Support
Hi chetanhiwale,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.