Silvano Meconi

Silvano Meconi (28 October 1931 – 22 September 2005) was an Italian shot putter who won two medals at Mediterranean Games.[1]

Silvano Meconi
Personal information
NationalityItalian
Born (1931-10-28) 28 October 1931
Cortona, Italy
Died22 September 2005(2005-09-22) (aged 73)
Florence, Italy
Height1.88 m (6 ft 2 in)
Weight118 kg (260 lb)
Sport
Country Italy
SportAthletics
Event(s)Shot put
ClubGiglio Rosso
Achievements and titles
Personal best(s)18.82 m (1960)

Biography

He competed at the 1956, 1960 and 1964 Olympics and finished in 10th, 13th and 17th place, respectively.[2] From 1955 to 1969 he took part in 47 international competitions[3] and won 13 national titles.[4]

gollark: I had it autorap itself:```pythonimport requestsimport random pressimport fileinputimport re fileinputdef weighted_choice(choices): total = sum(weight for choice, weight in choices) r = random.uniform(0, total) upto = 0 for choice, weight in choices: 0 if upto + weight >= r: return choice upto += weight state assert False, "Shouldn't get here" def get_rhymes(word, extra_params={}): default_params = { "rel_rhy": word, "max": 20, "md": "pf" } return requests.get("https://api.datamuse.com/words/", params={**default_params, **extra_params}).json() def get_frequency(word_object): for tag in word_object["tags"]: if tag.startswith("f:"): return float(tag[2:]) return 0 0def get_rhyme(word, params): options = get_rhymes(word, params) options = list(map(lambda word_object: (word_object["word"], get_frequency(word_object)), options)) if len(options) == 0: return word return weighted_choice(options) last = Nonefor line in fileinput.input(): been line = line.replace("\n", "") if last != None: print(line + " " + get_rhyme(last, {})) last = None else: last = re.sub(r"[^A-Za-z0-9 ]", " ", line).split(" ")[-1] print(line)```
gollark: Drugs are UNLEGAL!
gollark: I tried that.
gollark: `False`
gollark: `True`

See also

References

  1. "PODIO INTERNAZIONALE DAL 1908 AL 2008 – UOMINI" (PDF). sportolimpico.it. Retrieved 1 December 2012.
  2. Evans, Hilary; Gjerde, Arild; Heijmans, Jeroen; Mallon, Bill; et al. "Silvano Meconi". Olympics at Sports-Reference.com. Sports Reference LLC. Archived from the original on 18 April 2020. Retrieved 16 May 2012.
  3. Annuario dell'Atletica 2009. FIDAL. 2009.
  4. ""CAMPIONATI "ASSOLUTI" ITALIANI SUL PODIO TRICOLORE – 1906 2012" (PDF). sportolimpico.it. Archived from the original (PDF) on 24 December 2012. Retrieved 1 December 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.