Anastasia Romanova (weightlifter)

Anastasiia Olegovna Romanova (Russian: Анастасия Оле́говна Романова; born (1991-10-02)2 October 1991) is a Russian female weightlifter, competing in the 69 kg category. She competed at world championships, including at the 2015 World Weightlifting Championships.[1] She won the 2017 European Weightlifting Championships in the 69kg class.[2][3]

Anastasiia Romanova
Personal information
Born (1991-10-02) 2 October 1991
Weight68.60 kg (151.2 lb)
Sport
Country Russia
SportWeightlifting
Event(s)Women's 69 kg
TeamNational team
Updated on 30 August 2016.

Major results

Year Venue Weight Snatch (kg) Clean & Jerk (kg) Total Rank
123Rank123Rank
World Championships
2015 Houston, United States69 kg112116118135137139253
gollark: Better fix this then compile to brpy.
gollark: UNOPTIMIZATION
gollark: OH NO
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.

References


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