subject

1 #write a function called "reader" that reads in a " . cs1301" 2 #file described in the previous problem. The function should
3 #return a list of tuples representing the lines in the file like so:
4 #
5 #[(line-1-number, line-1-assignment-name, line-1-grade, line-2-grade, line-1-total , line-2-total , line-1-weight), line-2-weight)]
6 #(line-2-number, line-2-assignment-name,
7 #
8 #All items should be of type int except for the name (string)
9 #and the weight (float). You can assume the file will be in the
10 #proper format -- in a real program, you would use your code
11 #from the previous problem to check for formatting before
12 #trying to call the function below.
13 #
14 #Hint: Although you could use readlines() to read in all
15 #the lines at once, they would all be strings, not a list.
16 #You still need to go line-by-line and convert each string
17 #to a list.
18 #
19 #
20 #write your function here!
21 #
23 #
24 #Below are some lines of code that will test your function.
25 #You can change the value of the variable (s) to test your 2
6 #function with different inputs.
27 #
28 #If your function works correctly, this will originally
29 #print:
30 #1(1, 'assignment-1 ', 85, 100, 0.25), (2, 'test-1', 90, 100, 0.25), (3, 'exam-1 ', 95, 100, 0.5)]
31 print (reader( "sample. cs1301"))

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Andrina writes letters that are regularly sent to hundreds of her company’s customers. because of this, she would like for the mail merge command to be in her quick access toolbar, and she wants it to be the first button on the left. what should andrina do to place the mail merge button there?
Answers: 1
question
Computers and Technology, 22.06.2019 20:50
What is the difference between windows 7 and windows 10?
Answers: 1
question
Computers and Technology, 24.06.2019 14:30
Ahousehold consists of a married couple and their twin five-year old daughters. the couples children had no income and lived with their parents all of last year. how many exemptions can the couple claim on last years tax return or they file with the β€œ married filing jointly β€œ status? a. 4 b. 5 c. 3 d. 2
Answers: 1
question
Computers and Technology, 24.06.2019 22:50
Which of these might be an example of an advertiser's target group? a.people who have no access to media b.people the advertisers know nothing about c. people who watch a variety of tv shows d. people who live in the same region of the country
Answers: 2
You know the right answer?
1 #write a function called "reader" that reads in a " . cs1301" 2 #file described in the previous p...
Questions
question
Mathematics, 20.10.2019 12:10
question
Mathematics, 20.10.2019 12:10
Questions on the website: 13722361