#!/usr/bin/python
# -*- coding: utf-8 -*-
class Me:
def __init__(self):
self.name = "Hades"
self.role = "Programmer"
self.language_spoken = ["id_ID", "en_US"]
def say_hi(self):
print("Thanks for visiting me, hope we can be a friend")
me = Programmer()
me.say_hi()
Popular repositories Loading
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.