Python Continued Lesson 3 – Make 1
Write a program that continuously accepts integer values from the user and adds them to a total sum. The loop stops and the sum is printed when the user enters the value -1.
Python Continued Lesson 3 – Make 1 Read More »