Question: Do fast Complete the following code segment that defines a function (name it sumNintegers) that will accept an integer argument (name it n ); the
Do fast

Complete the following code segment that defines a function (name it sumNintegers) that will accept an integer argument (name it n ); the function will generate n random integers between 30 and 80 , calculate and return the average of the random integers generated. Use augmented operator. import random \[ \begin{array}{l} \text { total }=0 \\ \text { for_in range(n): } \end{array} \] return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
