Skip to content

Instantly share code, notes, and snippets.

@kaycebasques
Last active October 7, 2020 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaycebasques/c39b8016aa221f4a9db6e7ed9b157dae to your computer and use it in GitHub Desktop.
Save kaycebasques/c39b8016aa221f4a9db6e7ed9b157dae to your computer and use it in GitHub Desktop.
Soccer.txt
group: Soccer
TEAMS = {
Country, WorldRank, Continent
France, 1, E
USA, 2, NA
Mexico, 3, NA
Ireland, 4, E
Germany, 5, E
}
MATCHES = {
StadiumName, Date, Country1, Country2
ABC, 20200101, France, Germany
FJD, 20200102, USA, Ireland
REP, 20200103, Mexico, France
}
STADIUMS = {
StadiumName, City, YearBuilt, Capacity
ABC, Burlingame, 1906, 100
FJD, Belmont, 1959, 200
REP, Bremerton, 1978, 300
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment