2003 SEAT Open
The 2003 SEAT Open was a women's tennis tournament played on indoor hard courts in Luxembourg, Luxembourg which was part of Tier III of the 2003 WTA Tour. It was the 13th edition of the tournament and was held from 20 October until 26 October 2003. First-seeded Kim Clijsters won the singles title, her third consecutive at the event and fourth in total, and earned $35,000 first-prize money.[1]
2003 SEAT Open | |
---|---|
Date | 20–26 October |
Edition | 13th |
Category | Tier III |
Draw | 30S / 16D |
Prize money | $225,000 |
Surface | Hard / indoor |
Location | Luxembourg, Luxembourg |
Champions | |
Singles | |
Doubles | |
Finals
Singles
- This was Clijsters' 8th singles title of the year and the 18th of her career.
Doubles
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] + 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: Okay.
gollark: Working on it.
gollark: But I could do that and it would be less slow.
gollark: I see. This is actually bad.
References
- "Clijsters wins again at Luxembourg". UPI. 26 October 2003.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.