Jun-22-2023, 01:22 AM
Jun-22-2023, 02:08 AM
Please make this more readable and add code into the code block.
# your code
Jun-22-2023, 06:04 PM
Again please repost the code using the python code markers in the toolbar.
To get you started, In glicko2_rating_system() you have a for loop, for player in player_ratings. Add a print statement after that to see the contents of player. I think you will be surprised and see why the next line that follows fails to do what you think. If I'm wrong post your code in the format that will allow us to run it.
To get you started, In glicko2_rating_system() you have a for loop, for player in player_ratings. Add a print statement after that to see the contents of player. I think you will be surprised and see why the next line that follows fails to do what you think. If I'm wrong post your code in the format that will allow us to run it.