subject

Write a python program for each of the problems in this lab. use pycharm to type and test your programs. submit the python files to blackboard for credit. in this lab, you should submit 4 python files, one for each problem. problem 1 a teacher wants a program to give extra points to students who fail a test. write a python program to do the following: (a) ask the user to enter 5 test scores. store the scores in a list. display the list. (b) copy all 5 test scores to another list. use a loop to examine each test score in the new list. if the score is below 60, add 10 extra points to the score. display the list. (c) compare the old score and new score of each student. if the old score and new score are different, display the two scores. the following is an example. enter a test score: 45 enter a test score: 77 enter a test score: 88 enter a test score: 52 enter a test score: 90 all scores: [45.0, 77.0, 88.0, 52.0, 90.0] students who scored below 60 get 10 extra points. all scores: [55.0, 77.0, 88.0, 62.0, 90.0] students whose scores have changed: old score: 45.0 new score: 55.0 old score: 52.0 new score: 62.0

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 15:00, yeet74
I'm taking a class on how to make a movie, and it offers some apps that would be in the process. the thing is, i don't have any of those ha. if you have any tips on some apps i could use, that would be awesome. i don't have an iphone, so don't suggest any apps like imovie. i know that this is a weird question, but it would be super for me. : )
Answers: 2
image
Computers and Technology, 22.06.2019 18:30, yeeet26
If an improvement creates no significant change in a product’s performance, then it is a(n) ? a0 design improvement. (there are no answer choices)
Answers: 1
image
Computers and Technology, 23.06.2019 01:10, brooklynneramos9956
Problem 1 - hashing we would like to use initials to locate an individual. for instance, mel should locate the person mark e. lehr. note: this is all upper case. generate a hash function for the above using the numbers on your telephone. you know, each letter has a number associated with it, so examine your telephone keypad. generate 512 random 3 letter initials and take statistics on a linked list array size 512 to hold this information report how many have no elements, 1 element, 2 elements, does this agree with the hashing statistics distribution?
Answers: 1
image
Computers and Technology, 23.06.2019 18:30, bsept1018
Report all segments of identity by descent longer than 20 polymorphisms between pairs of individuals in the following cohort of 15 individuals across 49 polymorphisms: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 numeric input 2 points possible (graded) you have 2 attempts to complete the assignment below. for example if the sequence is "bcd", which occurs in "abcdef" , the starting point would be 2 (b), and the finishing point would be 4(d). individuals 7,10 between positions
Answers: 1
You know the right answer?
Write a python program for each of the problems in this lab. use pycharm to type and test your prog...

Questions in other subjects:

Konu
Mathematics, 22.04.2020 23:05
Konu
Mathematics, 22.04.2020 23:05