What line of code would I need to find the monthTotal, monthAverage, and numDays?

前端 未结 0 1425
不知归路
不知归路 2020-12-11 09:43
#Declare variables.
index = 0
monthName = \'\'
numDays = 0
monthTotal = 0
monthAverage = 0

try:
# Open inputFile with number of steps in it.
    infile = open(\'ste         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题