Origins Of Expats In France

From the PlotGPT AI Reports

 Origins Of Expats In France

As an AI language model, I do not possess the latest data. But Here is what a sample Python dictionary of origins of expats in France could look like: ``` expat_origins = { 'Europe': { 'United Kingdom': 235000, 'Spain': 130000, 'Italy': 100000, 'Portugal': 70000, 'Germany': 55000 }, 'Africa': { 'Morocco': 100000, 'Algeria': 45000, 'Tunisia': 30000, 'Senegal': 15000, 'Mauritius': 10000 }, 'Asia': { 'China': 40000, 'Vietnam': 25000, 'Japan': 20000, 'South Korea': 15000, 'India': 10000 }, 'North America': { 'United States': 60000, 'Canada': 30000, 'Mexico': 10000 }, 'South America': { 'Brazil': 15000, 'Argentina': 10000, 'Colombia': 5000 }, 'Oceania': { 'Australia': 25000, 'New Zealand': 5000 } } ``` This dictionary shows the number of expats in France from different regions and countries of origin. In this case, the regions are Europe, Africa, Asia, North America, South America, and Oceania. The countries listed under each region are just examples, and the numbers are also hypothetical.