Kurkinskaya

Kurkinskaya (Russian: Куркинская) is a rural locality (a village) in Troitskoye Rural Settlement, Ust-Kubinsky District, Vologda Oblast, Russia. The population was 99 as of 2002.[2]

Kurkinskaya

Куркинская
Village
Kurkinskaya
Kurkinskaya
Coordinates: 59°54′N 39°15′E[1]
CountryRussia
RegionVologda Oblast
DistrictUst-Kubinsky District
Time zoneUTC+3:00

Geography

The distance to Ustye is 43.5 km, to Berezhnoye is 1.5 km. Pogost Trifon is the nearest rural locality.

gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
gollark: I don't know how.

References

  1. Карта Усть-Кубинского района Вологодской области
  2. Данные переписи 2002 года: таблица 2С. М.: Федеральная служба государственной статистики, 2004.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.