Elkaduwa
Elkaduwa ( sinhala:ඇල්කඩුව, Tamil:எல்கடுவ ) is a village in Sri Lanka. It is located within Matale District, Central Province.There are two roads to reach Elkaduwa. One is from Ukuwela (Matale), the other one is from Wattegama (Kandy).
Elkaduwa ඇල්කඩුව எல்கடுவ | |
---|---|
Village | |
Elkaduwa | |
Coordinates: 7°25′1.1″N 80°41′0.5″E | |
Country | Sri Lanka |
Province | Central Province |
District | Matale District |
Elevation | 2,500 ft (762 m) |
Time zone | UTC+5:30 (Sri Lanka Standard Time) |
Local Government Council
Elkaduwa is governed by the Ukuwela Pradeshiya Sabha.
tourist attractions
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.
gollark: Fiona's rolldice, while excellently something, could not be used safely on untrusted input.
gollark: No, it uses one (1) regular expression.
See also
- List of towns in Central Province, Sri Lanka
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.