Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 240 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 240 Bytes

put_league_2

Usage

python3
import put_league_2
teams=put_league_2.get_teams()
pairs=put_league_2.get_team_pairs(teams)
groups=put_league_2.get_team_groups(teams, 4)

print(teams)
print(pairs)
print(groups)