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 ,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the community members for the issue worked. If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.
Thanks and regards