Anastasiya Kharlanova

Anastasiya Kharlanova (born 22 October 1992) is a Belarusian football forward currently playing for FC Minsk in the Belarusian Premier League.

Anastasiya Kharlanova
Anastasiya Kharlanova on the football pitch.
Personal information
Full name Anastasiya Kharlanova
Date of birth (1992-10-22) 22 October 1992
Place of birth Gomel, Belarus
Playing position(s) Forward
Club information
Current team
FC Minsk
Number 4
Senior career*
Years Team Apps (Gls)
2011–2012 Gomel 52 (19)
2013–2016 FC Minsk 67 (15)
2018–2019 Isloch-RGUOR 27 (12)
2020– FC Minsk 9 (3)
National team
2012– Belarus 22 (4)
* Senior club appearances and goals counted for the domestic league only and correct as of 23:55, 13 July 2020 (UTC)
‡ National team caps and goals correct as of 22:40, 3 May 2020 (UTC)

Honours

FC Minsk

Winner

gollark: ***gaaah***
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.


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