Python Forum
computer science coursework, read the text please and tell me if theres any specifics
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
computer science coursework, read the text please and tell me if theres any specifics
#5
what python version do you use?

as to the TypeError - you read the whole file as one big string, you need to read and parse line by line and split the information on each line in chunks that you pass to create instance of Volunteer class. There are also other issue with your code, but not critical
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
RE: computer science coursework, read the text please and tell me if theres any specifics - by buran - Nov-11-2020, 03:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Having trouble with my Computer Science task Dunxx 1 1,832 Oct-07-2021, 12:32 PM
Last Post: DeaD_EyE
  Computer science can you help me with the last part of the code after mentionedWords. shirleylam852 9 4,194 Nov-28-2020, 01:29 AM
Last Post: shirleylam852
  Read text file, process data and print specific output Happythankyoumoreplease 3 2,968 Feb-20-2020, 12:19 PM
Last Post: jefsummers
  Read a data from text file (Notepad) Leonzxd 24 14,208 May-23-2018, 12:17 AM
Last Post: wavic
  Cannot read from text file aljonesy 5 3,672 Oct-05-2017, 05:56 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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