You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
332 B
Python
13 lines
332 B
Python
|
3 years ago
|
houses = [
|
||
|
|
{"house_label": "Albret"},
|
||
|
|
{"house_label": "Alençon"},
|
||
|
|
{"house_label": "Anjou"},
|
||
|
|
{"house_label": "Armagnac"},
|
||
|
|
{"house_label": "Berry"},
|
||
|
|
{"house_label": "Bourbon"},
|
||
|
|
{"house_label": "Bourgogne"},
|
||
|
|
{"house_label": "Bretagne"},
|
||
|
|
{"house_label": "Orléans"},
|
||
|
|
{"house_label": "Savoie"}
|
||
|
|
]
|