class Kwizera:
def __init__(self):
self.other_name = 'Papa Mickaël'
self.work = 'Software Engineer'
self.home_country = 'Rwanda'
self.local_time = 'GMT+2'
def __repr__(self):
return 'I am also called {}, I am a {} living in {} ({})'. \
format(self.other_name, self.work, self.home_country,
self.local_time)
- Kigali, Rwanda
- @Kwizera_Fabrice
Popular repositories Loading
-
deepspeech-rest-api
deepspeech-rest-api PublicAsynchronous RESTful API to consume Mozilla DeepSpeech
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.