MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / Player

Class Player

projects/Card Game/card.py:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70class Player:
71 def __init__(self, name):
72 self.wins = 0
73 self.card = None
74 self.name = name
75
76
77class Game:

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected