Pasjača (Prokuplje)

Pasjača is a village in the municipality of Prokuplje, Serbia.

Pasjača

Пасјача
Village
Pasjača
Coordinates: 43°08′30″N 21°37′22″E
Country Serbia
DistrictToplica District
MunicipalityProkuplje
Population
 (2002)
  Total35
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)

Population

According to the 2002 census, the village has a population of 35 people.[1]

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.
gollark: Fiona's rolldice, while excellently something, could not be used safely on untrusted input.
gollark: No, it uses one (1) regular expression.
gollark: It is not* biased.

References

  1. Popis stanovništva, domaćinstava i Stanova 2002. Knjiga 1: Nacionalna ili etnička pripadnost po naseljima. Republika Srbija, Republički zavod za statistiku Beograd 2003. ISBN 86-84433-00-9

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