(use Python)Given pre-defined variablesstart andstop which are both assigned toints, use a while loop to sum the integers betweenstart (inclusive) andstop (exclusive) and display the result.
Note: You may assume thatstart will be less thanstop.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here