Andrea Foster

Andrea Foster (born 12 March 1997) is a Guyanese middle-distance runner competing primarily in the 800 metres.[1] She represented her country at the 2015 World Championships in Beijing without advancing from the first round.[2]

Andrea Foster
Personal information
Born (1997-03-12) 12 March 1997
Sport
SportTrack and field
Event(s)800 m, 1500 m
Updated on 29 August 2015.

Competition record

Year Competition Venue Position Event Notes
Representing  Guyana
2012 CARIFTA Games (U17) Hamilton, Bermuda 3rd 1500 m 4:57.28
4th 3000 m 10:48.01
2015 World Championships Beijing, China 43rd (h) 800 m 2:17.39
2016 CARIFTA Games (U20) St. George's, Grenada 3rd 800 m 2:12.53
3rd 1500 m 4:45.53

Personal bests

Outdoor

gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != "None": io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```Expanded version.
gollark: But the exec is *important*.
gollark: What?
gollark: Look, vertical and consists of blocks, just like a blockchain.
gollark: 🇧 🇱 🇴 🇨 🇰 🇨 🇭 🇦 🇮 🇳

References

  1. Andrea Foster at World Athletics
  2. Andrea Foster. All Athletics. Retrieved on 2017-02-03.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.