Skip to content

Instantly share code, notes, and snippets.

@fgallaire
Last active February 11, 2025 15:18
Show Gist options
  • Save fgallaire/e9fe1f9fe13e128d3b06aba4ef0e7bcf to your computer and use it in GitHub Desktop.
Save fgallaire/e9fe1f9fe13e128d3b06aba4ef0e7bcf to your computer and use it in GitHub Desktop.
Base tuples
BaseUPMC = [('GARGA', 'Amel', 20231343, [12, 8, 11, 17, 9]),
('POLO', 'Marcello', 20342241, [9, 11, 19, 3]),
('AMANGEAI', 'Hildegard', 20244229, [15, 11, 7, 14, 12]),
('DENT', 'Arthur', 42424242, [8, 4, 9, 4, 12, 5]),
('ALEZE', 'Blaise', 30012024, [17, 15, 20, 14, 18, 16, 20]),
('D2', 'R2', 10100101, [10, 10, 10, 10, 10, 10])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment