#!/usr/bin/python
# -*- coding: utf-8 -*-
class AboutMe:
def __init__(self):
self.name = "ItsPhox"
self.role = "Tech guy"
self.language_spoken = ["de_DE", "en_US"]
def say_hi(self):
print("Thanks for visiting my profile, hope you find some of my work interesting.")
me = AboutMe()
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.