1978 Fife Regional Council election
The second election to Fife Regional Council was held on 2 May 1978 as part of the wider 1978 Scottish regional elections. The election saw the Labour maintaining their control of the region's 42 seat council.
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
All 42 seats to Fife Regional Council 22 seats needed for a majority | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Aggregate results
Party | Seats | Gains | Losses | Net gain/loss | Seats % | Votes % | Votes | +/− | |
---|---|---|---|---|---|---|---|---|---|
Labour | 24 | 44.0 | 40,643 | ||||||
Conservative | 14 | 32.7 | 30,174 | ||||||
Independent | 2 | 3.6 | 3,346 | ||||||
SNP | 1 | 15.4 | 14,210 | ||||||
Communist | 1 | 4.0 | 3,695 | ||||||
Liberal | 0 | 0.3 | 292 |
Ward results
gollark: Unlike LyricLy's bad thing, which timed out.
gollark: See, it was too fast, it overflowed.
gollark: tio!debug
gollark: This is ultrahyperfast***.
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); }}```
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.