Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: reading from a file
Post: RE: reading from a file

(Jul-15-2020, 02:40 PM)GOTO10 Wrote: You'll need to figure out how to get into your nested lists on your own, since this is the homework forum after all; but at the simplest level, what I'm suggesti...
looseCannon101 Homework 14 5,027 Jul-18-2020, 07:27 AM
    Thread: reading from a file
Post: RE: reading from a file

(Jul-15-2020, 12:51 PM)GOTO10 Wrote: You aren't doing anything wrong, you just have more work to do. The Â\xa0 is a control character for a space. You could probably get rid of all of them by usin...
looseCannon101 Homework 14 5,027 Jul-15-2020, 02:05 PM
    Thread: reading from a file
Post: RE: reading from a file

(Jul-15-2020, 05:00 AM)ndc85430 Wrote: So do that?i did now but i dont get the proper output :( userFileName=input("Input the file name :- ") userDelimiter=input("input the delimiter :- ") userArray...
looseCannon101 Homework 14 5,027 Jul-15-2020, 05:23 AM
    Thread: reading from a file
Post: RE: reading from a file

(Jul-15-2020, 04:54 AM)ndc85430 Wrote: You don't do anything with the return value of the function on line 10. Did you intend to print it?yes i do :) wanna print it
looseCannon101 Homework 14 5,027 Jul-15-2020, 04:57 AM
    Thread: reading from a file
Post: RE: reading from a file

(Jul-13-2020, 08:08 PM)jefsummers Wrote: Also you have a scope of variable problem.def get_csv_as_table(filename, delimiter): csvFile=open(filename) for row in csvFile: #row=row.stri...
looseCannon101 Homework 14 5,027 Jul-15-2020, 04:51 AM
    Thread: reading from a file
Post: reading from a file

hi im currently working on a small project to make a bill bored chart and its on and we have to read the artists from a "csv" file we cannot use "import csv" methords and im still in the basic structu...
looseCannon101 Homework 14 5,027 Jul-13-2020, 09:10 AM

User Panel Messages

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