10 أسطر
292 B
Markdown
10 أسطر
292 B
Markdown
# Arabic Geo | بيانات جغرافية عربية
|
|
|
|
Arab world geo data: 20 countries with capitals, coordinates, population.
|
|
|
|
```python
|
|
from geo_data import ARAB_COUNTRIES, total_population
|
|
print(f'{len(ARAB_COUNTRIES)} countries, {total_population():.1f}M people')
|
|
```
|
|
|
|
Built on GitPasha |