Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with string and \n
#1
Question 
Hi all,

I have a csv file from which I correctly take a string in a list (list1). In the csv file the element is like:

row
row2
row3
row4

When i print the list1 the output is like:

[row \n row2 \n row3 \n row4]

What should i do to print like

row
row2
row3
row4

??

Thanks
Yoriz write Jun-15-2021, 07:25 AM:
Please post all code, output and errors (in their entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.
Reply


Messages In This Thread
Problem with string and \n - by Falassion - Jun-15-2021, 06:38 AM
RE: Problem with string and \n - by Yoriz - Jun-15-2021, 07:24 AM
RE: Problem with string and \n - by Falassion - Jun-15-2021, 08:12 AM
RE: Problem with string and \n - by Yoriz - Jun-15-2021, 08:55 AM
RE: Problem with string and \n - by Gribouillis - Jun-15-2021, 09:34 AM
RE: Problem with string and \n - by Falassion - Jun-15-2021, 03:34 PM
RE: Problem with string and \n - by Falassion - Jun-15-2021, 03:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Convert string to float problem vasik006 8 3,386 Jun-03-2022, 06:41 PM
Last Post: deanhystad
  f string concatenation problem growSeb 3 2,243 Jun-28-2021, 05:00 AM
Last Post: buran
  how to deal with problem of converting string to int usthbstar 1 1,964 Jan-05-2021, 01:33 PM
Last Post: perfringo
  string problem Mathisdlg 6 2,837 Aug-05-2020, 09:31 AM
Last Post: Mathisdlg
  Unicode string index problem luoheng 6 3,012 Nov-23-2019, 03:04 PM
Last Post: luoheng
  simple string & input problem kungshamji 5 3,645 Jun-23-2019, 03:54 PM
Last Post: kungshamji
  Problem with inserting a string in to Sqlite db darktitan 3 4,491 Mar-03-2019, 06:30 PM
Last Post: stranac
  IP string manipulation problem TheRealNoob 12 7,299 Feb-04-2019, 09:29 AM
Last Post: perfringo
  problem in replace string into file Saeid_Bibak 1 2,073 Jan-20-2019, 09:46 PM
Last Post: Gribouillis
  String slicing problem Ollew 4 2,786 Sep-08-2018, 08:07 PM
Last Post: Ollew

Forum Jump:

User Panel Messages

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