Jump to content

Lara

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Lara

  1. Hi

    In Escape character, Backslash character (\\) does it work in Python?

    In the following examples, whether I use \ or \\, the result is the same!

    1. print("This will insert one\(backslash).")→This will insert one\(backslash)
    2. print("This will insert one\\(backslash).")→This will insert one\(backslash)
×
×
  • Create New...