Skip to content
View NiyiduhumugishaEden's full-sized avatar
💢
let's code
💢
let's code

Block or report NiyiduhumugishaEden

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

Eden trips

Heya! I'm Niyiduhumugisha Eden, a student at Rwanda coding Academy, Rwanda. and l learning programming through small projects on the side.


class Eden():
    
  def __init__(self):
    self.name = "Eden";
    self.username = "NiyiduhumugishaEden";
    self.location = "Kigali, Rwanda";
    self.twitter = "@eden";
    
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = Eden()

My Statistics

Credit: eden

Last Edited on: 2/07/2022

Pinned Loading

  1. facebook facebook Public

    Dart 2

  2. java_rcamis java_rcamis Public

    Java 1

  3. Ticket-App Ticket-App Public

    This is the ticket flutter app

    Dart 5

  4. Rock_Paper_Scissors Rock_Paper_Scissors Public

    A Rock Paper Scissors Game in python

    Python