1961 Ugandan general election

General elections were held in Uganda on 23 March 1961.[1] They were the first time direct elections to the Legislative Council had been held across the entire country. The result was a victory for the Democratic Party, which won 44 of the 82 seats (excluding Buganda).[2]

This article is part of a series on the
politics and government of
Uganda
 Uganda portal

Results

Party Votes % Seats +/−
Uganda People's Congress495,90948.335New
Democratic Party436,42042.543+42
Uganda National Congress40,1343.91−4
Other parties9,1150.900
Independents45,9464.52−2
Invalid/blank votes
Total1,027,52410082+72
Registered voters/turnout1,362,755
Source: Nohlen et al.
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```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.

References

  1. Dolf Sternberger, Bernhard Vogel, Dieter Nohlen & Klaus Landfried (1978) Die Wahl der Parlamente: Band II: Afrika, Zweiter Halbband, p2325
  2. Nohlen, D, Krennerich, M & Thibaut, B (1999) Elections in Africa: A data handbook, p934 ISBN 0-19-829645-2
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.