Question: Please rewrite this python code to fix the feedback error... Look at picture below Assignment: Assume the variable n has been assigned a positive integer.

Please rewrite this python code to fix the feedback error... Look at picture below
Assignment: Assume the variable n has been assigned a positive integer. Write a code fragment that calcurletes the sum of the even numbers from 1 throughin. Use a for loop in your code and
assign the sum to a variable named sum_even
}=10;\mathrm{ Example value for demonstrationsum_even =0for i in range(1, n+1):if i %2==0:sum_even t= iprint("The sum of even numbers from 1 to", n,"is:", sumeven)
Question 2
() Setup
(0) Syntax
(3) Feedback
Nore information
The-sun. of even nu bers -from -1.to.30- is: *30
Feedback:
The expected value for 'sum even' was 0 but actual is 30
Please rewrite this python code to fix the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!