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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
For all machines-not just hammers- the user applies force force to the machine to the machine over a certain distance. a. input b. output c. duo d. none of the above
Answers: 1
question
Computers and Technology, 22.06.2019 21:30
Im doing this last minute and literally none of my neighbors or people that my dad works with use excel so if anyone could me make up an example
Answers: 1
question
Computers and Technology, 23.06.2019 17:00
Companies that implement and apply an information system effectively can create
Answers: 1
question
Computers and Technology, 24.06.2019 04:10
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
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
question
Mathematics, 30.08.2019 02:30
question
English, 30.08.2019 02:30
Questions on the website: 13722363