McComb High School

McComb High School is a public school in McComb, Mississippi, United States, serving 740 students in grades 912, as of 2017.[2]

McComb High School
Location
310 7th Street

39648

United States
Coordinates31.244260°N 90.462893°W / 31.244260; -90.462893
Information
PrincipalRobert Lamkin[1]
Grades9–12
GenderCoed
Enrollment740 (2017)
Websitemhs.mccomb.k12.ms.us

Athletics

McComb High School offers multiple sports, including baseball, football, and basketball.

Notable alumni

Clubs and activities

The school offers multiple clubs and activities including Spanish Club, Drama Club, and Art Club.[5]

gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.

References

  1. "Principal's Message – About Us – McComb High School". mhs.mccomb.k12.ms.us. Retrieved 15 August 2019.
  2. "Explore Mccomb High School in Mccomb, MS". GreatSchools.org. Retrieved 30 July 2018.
  3. "Woodie Assaf biography", The Clarion-Ledger, March 6, 2007.
  4. "Vasti Jackson - Bio page". Vastijackson.com. Retrieved 30 July 2018.
  5. School page Archived 2006-07-18 at the Wayback Machine
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.