Skip to content
View AineKiraboMbabazi's full-sized avatar
  • Uganda

Block or report AineKiraboMbabazi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. disease_diagnosis_with_Machine-Learning disease_diagnosis_with_Machine-Learning Public

    The diagnosis api enables users search for details of a particular animal disease, the details include the symptoms,causes and treatment for a given disease. Another feature supported by the api is…

    Python 2 1

  2. onlineDiary onlineDiary Public

    online dairy for recording personal information and setting reminders

    HTML

  3. compute-age-python3- compute-age-python3- Public

    This challenge is testing for the know of python use of input, output, variables, conditional logic, dictionaries and TDD.

    Python

  4. Lists-and-strings-loops Lists-and-strings-loops Public

    **Lists and strings , loops** Count vowels in a string, every letter in the english alphabet is either a vowel or consonant, [a, e, i, o, u] is a list of all vowels. The rest are all considered con…

    Python

  5. sorting-python3- sorting-python3- Public

    Sorting: Given a list containing integers, floats and one character strings, write a function that takes a list and returns a dictionary with keys evens, odds, and chars. The value for evens is a l…

    Python

  6. Recursion-python3- Recursion-python3- Public

    Recursion ( ​ for the recursion exercises learners are expected to write their own tests) Write a python program that sums items in a list, the list can contain integers and lists of integers. Powe…

    Python