Last active
February 11, 2025 15:18
-
-
Save fgallaire/e9fe1f9fe13e128d3b06aba4ef0e7bcf to your computer and use it in GitHub Desktop.
Base tuples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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