Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A simple csv code
#3
Backslash is an escape character in Python. You can do three things: use forward slashes instead (they'll work on any system), use two backslashes everytime you want one, or make it a raw string that ignores escape characters by putting an r in front it.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
A simple csv code - by Truman - Dec-21-2018, 09:37 PM
RE: A simple csv code - by nilamo - Dec-21-2018, 09:48 PM
RE: A simple csv code - by ichabod801 - Dec-21-2018, 09:49 PM
RE: A simple csv code - by buran - Dec-21-2018, 09:49 PM
RE: A simple csv code - by Truman - Dec-21-2018, 10:00 PM
RE: A simple csv code - by buran - Dec-21-2018, 10:10 PM
RE: A simple csv code - by woooee - Dec-21-2018, 10:11 PM
RE: A simple csv code - by Truman - Dec-21-2018, 10:17 PM
RE: A simple csv code - by Truman - Dec-21-2018, 11:19 PM
RE: A simple csv code - by gehrenfeld - Dec-22-2018, 01:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Simple code not working properly tmv 2 633 Feb-28-2025, 09:27 PM
Last Post: deanhystad
  Help with simple code JacobSkinner 1 1,463 Mar-18-2024, 08:08 PM
Last Post: deanhystad
  I have a code which is very simple but still I cannot detect what's wrong with it max22 1 1,364 Nov-07-2023, 04:32 PM
Last Post: snippsat
  help me simple code result min and max number abrahimusmaximus 2 1,828 Nov-12-2022, 07:52 AM
Last Post: buran
  Simple encoding code ebolisa 3 2,467 Jun-18-2022, 10:59 AM
Last Post: deanhystad
  How would you (as an python expert) make this code more efficient/simple coder_sw99 3 2,685 Feb-21-2022, 10:52 AM
Last Post: Gribouillis
  Simple code question about lambda and tuples JasPyt 7 4,993 Oct-04-2021, 05:18 PM
Last Post: snippsat
  My simple code don't works !! Nabi666 1 2,125 Sep-06-2021, 12:10 PM
Last Post: jefsummers
Sad SyntaxError: from simple python example file from mind-monitor code (muse 2) warmcupoftea 4 4,089 Jul-16-2021, 02:51 PM
Last Post: warmcupoftea
  Plotting sum of data files using simple code Laplace12 3 4,522 Jun-16-2021, 02:06 PM
Last Post: BashBedlam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020