Subash Chandran posted: "#Use the syntax r"\" to treat backslash (\) as a literal character, and #not as an escape character. raw_text = r"abc\123" print(raw_text) OUTPUT abc\123"
|

Subash Chandran posted: "#Use the syntax r"\" to treat backslash (\) as a literal character, and #not as an escape character. raw_text = r"abc\123" print(raw_text) OUTPUT abc\123"
|
Write a newfangled code fragment at an earlier stage to use it. Then call another method and make sure their input is the correct one. The s...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.