2003 Family Circle Cup

The 2003 Family Circle Cup was a women's tennis tournament and the 31st edition of the Family Circle Cup. This WTA Tier I Event was held at the Family Circle Tennis Center in Charleston, South Carolina, United States and played on outdoor clay courts. Second-seeded Justine Henin-Hardenne won the singles title.

2003 Family Circle Cup
DateApril 7–13
Edition31st
CategoryWTA Tier I Event
Draw64S / 32D
SurfaceClay / outdoor
LocationCharleston, SC, U.S.
VenueFamily Circle Tennis Center
Attendance81,389
Champions
Singles
Justine Henin-Hardenne
Doubles
Virginia Ruano / Paola Suárez

Finals

Singles

Justine Henin-Hardenne defeated Serena Williams 6–3, 6–4

Doubles

Virginia Ruano Pascual / Paola Suárez defeated Janette Husárová / Conchita Martínez 6–0, 6–3

gollark: ```lualocal function has_cycles(x) local o, e = pcall(textutils.serialise, x) return not o and e:match "recursive"end```
gollark: Well, if you want to know just for serializing things, you can just `pcall` textutils.serialise.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.