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,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.