Computers and Technology

Trying to write a program in python that averages the value of 4 different test scores.
test1 = input("enter test score 1: ")
test2 = input("enter test score 2: ")
test3 = input("enter test score 3: ")
test4 = input("enter test score 4: ")
total = test1 + test2 + test3 + test4
average = total/4
print(average)
close = input("press any key to close")
for some reason line 5 isn't working. maybe i need to make the different test variables an integer?

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 04:00, tiatia032502
Which of the following kinds of programs displays an online advertisement in a banner or pop-up window on webpages, email, or other internet service? e
Answers: 2
image
Computers and Technology, 23.06.2019 11:00, jaygamer37
What is the name of the sound effect that danny hears
Answers: 1
image
Computers and Technology, 23.06.2019 12:30, Prettygirlyaya
How is the brightness of oled of the diaplay is controled
Answers: 1
image
Computers and Technology, 23.06.2019 23:00, GreenHerbz206
Computer programming is one type of what career
Answers: 1
Do you know the correct answer?
Trying to write a program in python that averages the value of 4 different test scores.
test1...

Questions in other subjects:

Konu
Mathematics, 03.11.2019 07:31
Konu
Mathematics, 03.11.2019 07:31