Brett Lummis

Brett A Lummis (c.1978-1980) is a male former international backstroke swimmer from England.

Brett Lummis
Personal information
NationalityBritish
Bornc.1978-1980
Sport
SportSwimming
StrokesBackstroke & medley
ClubIpswich

Swimming career

Lummis became a British champion after winning the ASA National British Championships over 50 metres backstroke in 2000.[1]

Lummis represented England in the 200 metres individual medley event, at the 1998 Commonwealth Games in Kuala Lumpur, Malaysia.[2][3][4]

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.
gollark: You can decode it with the companion program, which I can send an image of.
gollark: This is not potatOS. This is some random text.
gollark: By some definitions.

References

  1. ""For the record." Times, 31 July 2000, p. ^". Times Digital Archive.
  2. "1998 Athletes". Team England.
  3. "England team in 1998". Commonwealth Games Federation.
  4. "Athletes and results". Commonwealth Games Federation.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.