Aiwo Constituency
Aiwo Constituency is one of the constituencies of Nauru. It returns two members from Aiwo to the Parliament of Nauru in Yaren.[1]
Aiwo | |
---|---|
Aiwo Constituency within Nauru | |
Coordinates: 0°31′48″S 166°54′42″E | |
Country | |
Districts | 1 (Aiwo) |
Area | |
• Total | 1.1 km2 (0.4 sq mi) |
Population (2011) | |
• Total | 1,220 |
Time zone | (UTC+12) |
Area code(s) | +674 |
Members of Parliament | 2[1] |
Members of Parliament
Seat 1 | ||
---|---|---|
Member | Term | Party |
Itubwa Amram | 1968-1971 | |
Kinza Clodumar | 1971-1979 | Centre Party |
David Agir | 1979-1983 | |
Kinza Clodumar | 1983-1989 | Centre Party |
Theodore Moses | 1989-1995 | |
Godfrey Thoma | 1995-2007 | |
Dantes Tsitsi | 2007-2010 | |
Milton Dube | 2010–Present | |
Seat 2 | ||
Member | Term | Party |
Edwin Tsitsi | ?-1977 | |
René Harris | 1977-2008 | |
Godfrey Thoma | 2008-2013 | |
Aaron Stein Cook | 2013–present |
gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
gollark: Well, if I *am* allowed to post increasingly bad* versions, I might as well just submit my sort of vaguely working ish version?
gollark: <@332271551481118732> YOU COORDINATE EVENTS RIGHT
gollark: GIB TEST CASE AND ALSO ANSWERS
References
- Constituencies of Nauru (naurugov.nr)
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.