Jérémy Bescond

Jérémy Bescond (born 27 February 1991 in Douarnenez) is a French cyclist.[1]

Jérémy Bescond
Personal information
Born (1991-02-27) February 27, 1991
Douarnenez, France
Team information
DisciplineRoad
RoleRider
Amateur teams
2009Seyssinet-Seyssins
2010–2012Vulco-VC Vaulx-en-Velin
2015Charvieu-Chavagneux
2016Cotes d'Armor-Marie Morin
2018Cotes d'Armor-Marie Morin
2019Hennebont cyclisme
Professional teams
2012Cofidis (stagiaire)
2013–2014Cofidis
2017HP BTP–Auber93

Major results

2010
1st Prologue Tour du Gévaudan Languedoc-Roussillon (TTT)
2012
5th Overall Rhône-Alpes Isère Tour
2015
10th Overall Tour of Rwanda
2016
3rd Overall Kreiz Breizh Elites
2018
8th Overall Tour de Bretagne
gollark: A magic beekeeping convention.
gollark: Sure.
gollark: Unlikely.
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)))})")```

References

  1. "Jérémy Bescond". ProCyclingStats. Retrieved 5 May 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.