الملفات
arabic-geo/README.md
2026-08-05 10:34:30 +00:00

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