Uba Debretsehay

Uba Debretsehay is one of the woredas in the Southern Nations, Nationalities, and Peoples' Region of Ethiopia. Part of the Gamo Gofa Zone, Uba Debretsehay is bordered on the south and west by the Debub Omo Zone, on the north by Oyda and Demba Gofa, on the northeast by Zala, and on the east by Kemba. Towns in Uba Debretsehay include Beto. Uba Debretsehay was part of former Zala Ubamale woreda.

The highest point in this woreda was Mount Argun (3418 meters), which lies near the border with the Debub Omo Zone.

Demographics

Based on the 2007 Census conducted by the CSA, this woreda has a total population of 69,120, of whom 34,932 are men and 34,188 women; 4,444 or 6.43% of its population are urban dwellers. The majority of the inhabitants were Protestants, with 44.43% of the population reporting that belief, 32.53% practiced traditional beliefs, 10.41% practiced Ethiopian Orthodox Christianity and 1.82% were Muslim. [1]

Notes

gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef regex_match(regex, string): import random raise random.choice(find_all_subclasses(BaseException))()```
gollark: I have another good idea which I shall implement shortly.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.