]
newNumber and next contain integer values in a Python program.Write a statement to assign the value of newNumber to next.
What is the value of Average after the following statements areexecuted? Total = 277 Number = 5 Average = Total//Number
Solution
1.next = newNumber2.Value of Average is 55
Please up vote the solution if it helped. Thanks!