Report an issue
source
Team (team_id:str)
A class to represent a team
t = Team("T1") t
Jesse Irvine & Catherine Parenteau
t.players
array(['P1', 'P2'], dtype=object)
Team.summarize_team ()
Prints a summary of the team
t.summarize_team()
Jesse Irvine & Catherine Parenteau have played 3 games and won 1 games