-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdd.py
27 lines (24 loc) · 1.56 KB
/
dd.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# missing currencies
'CFA': {'country': 'CFA',
'currency_code': 'XOF',
'currency_name': 'West African CFA franc',
'locale_name': 'Not found'},
'Cape Verde': {'country': 'Cape Verde',
'currency_code': 'CVE',
'currency_name': 'Cape Verdean Escudo',
'locale_name': 'Not found'},
"Collectivités d'Outre-Mer": {'country': "Collectivités d'Outre-Mer",
'currency_code': 'XPF',
'currency_name': 'CFP Franc',
'locale_name': 'Not found'},
'Organisation of Eastern Caribbean States': {'country': 'Organisation of '
'Eastern Caribbean '
'States',
'currency_code': 'XCD',
'currency_name': 'East Caribbean '
'Dollar',
'locale_name': 'Not found'},
'International Monetary Fund': {'country': 'International Monetary Fund',
'currency_code': 'XDR',
'currency_name': 'Special Drawing Rights',
'locale_name': 'Not found'},