I need a python 3 question help Thank you Q6: Find all errors in the following for loop and correct them. For loop below is supposed to add IMPORTANT_CONSTANT to each integerfrom 1 to highLimit (inclusively) and print each result, issuing a warning when the sum exceeds highLimit.
important_constant = 2 highLimit = 5 def correct_me(): “”” Findall errors. >>> correct_me() 1 + important_constant =3
2 + important_constant = 4
3 + important_constant = 5
4 + important_constant = 6
The sum has exceeded 5 5 + important_constant = 7
The sum has exceeded 5 “””
for i in range(highLimit, 1, -1):
PayPal Gateway not configured
PayPal Gateway not configured