Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
class
Player:
71
def
__init__(self, name):
72
self.wins = 0
73
self.card = None
74
self.name = name
75
76
77
class
Game:
Callers
1
__init__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected