Gassam Department

Gassam is a department or commune of Nayala Province in western Burkina Faso. Its capital lies at the town of Gassam. According to the 1996 census the department has a total population of 31,873.[1]

Gassam
Gassam Department location in the province
Country Burkina Faso
ProvinceNayala Province
Population
 (1996)
  Total31,873
Time zoneUTC+0 (GMT 0)

Towns and villages

  • Gassam (6 176 inhabitants) (capital)
  • Balanso (493 inhabitants)
  • Djimbara (1 900 inhabitants)
  • Dièrè (2 342 inhabitants)
  • Djin (824 inhabitants)
  • Goni (830 inhabitants)
  • Korombéré (630 inhabitants)
  • Kossé (1 900 inhabitants)
  • Koussiba (341 inhabitants)
  • Koussidian (881 inhabitants)
  • Laraba (1 486 inhabitants)
  • Larè (1 086 inhabitants)
  • Léry (1 294 inhabitants)
  • Lesséré (933 inhabitants)
  • Moara-Grand (1 515 inhabitants)
  • Moara-Petit (693 inhabitants)
  • Soni (734 inhabitants)
  • Soroni (694 inhabitants)
  • Soro (1 537 inhabitants)
  • Téri-Rimaïbé (418 inhabitants)
  • Téri-Samo (342 inhabitants)
  • Tissi (1 528 inhabitants)
  • Toubani (651 inhabitants)
  • Warou (633 inhabitants)
  • Zaba (2 012 inhabitants)
gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
gollark: Nope.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.