Tomi Okawa
Tomi Okawa (born 26 February 1932) is a former female international table tennis player from Japan.
Tomie Okawa | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Full name | OKADA-OKAWA Tomi | |||||||||||||||||||||||||
Nationality | ||||||||||||||||||||||||||
Born | [1] | 26 February 1932|||||||||||||||||||||||||
Medal record
|
Career
From 1953 to 1961 Okawa won five medals in singles, doubles, and team events in the World Table Tennis Championships.[2] The five World Championship medals[3][4] included three gold medals in the singles at the 1956 World Table Tennis Championships and two in the team event at the 1957 World Table Tennis Championships and 1961 World Table Tennis Championships.[5] [6] Okawa also won an English Open title.
gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.
gollark: Unlike LyricLy's bad thing, which timed out.
References
- Biography of Tomi Okawa (in Japanese)
- "Archived copy". Archived from the original on 2012-10-17. Retrieved 2011-06-22.CS1 maint: archived copy as title (link)
- "Table Tennis World Championship medal winners". Sports123.
- "Profile". Table Tennis Guide.
- Montague, Trevor (2004). A-Z of Sport, pages 699-700. The Bath Press. ISBN 0-316-72645-1.
- Matthews/Morrison, Peter/Ian (1987). The Guinness Encyclopaedia of Sports Records and Results, pages 309-312. Guinness Superlatives. ISBN 0-85112-492-5.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.