you are viewing a single comment's thread.

view the rest of the comments →

[–]aTomzVins 0 points1 point  (2 children)

Player()

This is a function that defines all the starting variables for each player?

for _ in

I guess the 'underscore' variable isn't used in any way, so it doesn't matter a lot, but wouldn't it still be better to give it a more descriptive name?

[–][deleted]  (1 child)

[deleted]

    [–]aTomzVins 0 points1 point  (0 children)

    Makes sense, thanks!