Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cumulating results
#2
On line 11, you create points and set it to zero. You want to do that before the loop starts, not inside the loop.

In the if/else, you need to decide on the points, and modify the points variable. After you modify it, then you can print the current value so the person running can see the total.

Finally, you might want to have some way to end the game. Otherwise it will stay in the loop until the person kills the program.
Reply


Messages In This Thread
cumulating results - by awasnipi - Sep-09-2020, 02:27 AM
RE: cumulating results - by bowlofred - Sep-09-2020, 03:03 AM
RE: cumulating results - by awasnipi - Sep-09-2020, 06:30 AM
RE: cumulating results - by bowlofred - Sep-09-2020, 06:47 AM
RE: cumulating results - by awasnipi - Sep-09-2020, 10:55 PM
RE: cumulating results - by micseydel - Sep-09-2020, 11:11 PM
RE: cumulating results - by awasnipi - Sep-10-2020, 02:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Results Web results Printing the number of days in a given month and year afefDXCTN 1 2,367 Aug-21-2020, 12:20 PM
Last Post: DeaD_EyE
  How to append one function1 results to function2 results SriRajesh 5 3,366 Jan-02-2020, 12:11 PM
Last Post: Killertjuh

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020