Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Problem with string and \n
Post: RE: Problem with string and \n

Resolved ! Thanks for advice
Falassion General Coding Help 6 2,753 Jun-15-2021, 03:59 PM
    Thread: Problem with string and \n
Post: RE: Problem with string and \n

with open(file, 'r', newline='') as csvfile: reader = csv.reader(csvfile, delimiter=';') for row in reader: tabella_risultati_vecchi.append(row) for row in tabella_ri...
Falassion General Coding Help 6 2,753 Jun-15-2021, 03:34 PM
    Thread: Problem with string and \n
Post: RE: Problem with string and \n

I explain you what i have done. Made a string like: str = text + '\n' + text + '\n' + text + '\n' + text I saved the str in .csv file. When i extract it from .csv file and insert it in a list an...
Falassion General Coding Help 6 2,753 Jun-15-2021, 08:12 AM
  Question Thread: Problem with string and \n
Post: Problem with string and \n

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...
Falassion General Coding Help 6 2,753 Jun-15-2021, 06:38 AM

User Panel Messages

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