Jump to content

Lara

Members
  • Posts

    1
  • Joined

  • Last visited

Everything 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! print("This will insert one\(backslash).")→This will insert one\(backslash) print("This will insert one\\(backslash).")→This will insert one\(backslash)
×
×
  • Create New...