Ricky W. asked

💻  Computer

I'm new to Python and need help with some code. I want to create a program where the total points keep getting stacked up. For example, if 'x' is 4 and 'y' is 3, the total would be 7, and I want to keep adding answers so that the total keeps accumulating. How can I achieve this?

September 21st, 2024

David B. answered

To achieve the accumulation of total points in your Python program, you can use a loop to repeatedly...

September 21st, 2024

Sign Up to View Full Expert Answers

Create an account to view answers and interact with the community!

Sign Up with Email