Page 1 of 1

A program with variables. a. Which value does the following program print out? number1 = 2 number2 = 3 number3 = 4 avera

Posted: Fri Jul 08, 2022 7:27 am
by answerhappygod
A program with variables.
a. Which value does the following program print out?
number1 = 2number2 = 3number3 = 4average = (number1 + number2 + number3)/3print (average)
b. Start IDLE, and test the Python program above.
c. Save it as "Average_FirstName.py” and upload it to MyCC.