from Kristopher import information
class AboutMe:
def __init__(self):
self.name = 'Kristopher'
self.nick = '3nd3r'
self.birthday = 19800305
self.gender = 'male'
self.about = 'Linux dork, loves breaking things, CNA, Photovoltaic DIYer'
self.location = 'Florida'
self.hobbies = ['Programming', 'Sysadmin', 'IRC', 'LLM']
self.achievements = ['Author', 'CNA']
self.languages = ['Python', 'Msl', 'Tcl', 'Bash']
self.os = ['Ubuntu', 'FreeBSD', 'Fedora']
self.certs = ['CNA']
self.timezone = ['UTC-6']
self.projects = [
{
'project': 'moobot',
'language': 'Python',
'description': "This is a Python-based script for sopel."
},
]
def introduce(self):
print(f'Hello, my name is {self.name}. I\'m from {self.location} and am {self.age} years old.')
print(f'I\'m a {self.about}.')
my_profile = AboutMe()
my_profile.introduce()
I Like Pie.
-
Phitcom
- /dev/null
-
00:11
(UTC -06:00) - datto.3nd3r.net
- enderwiggins1980
- @CraigKristopher
Pinned Loading
-
-
ComputerTech312/Hexchat-Plugins
ComputerTech312/Hexchat-Plugins PublicMultiple useful plugins which are made for Hexchat.
-
-
-
m0de-60/super-duckhunt-bot
m0de-60/super-duckhunt-bot PublicSuper DuckHunt IRC Bot v1.1.4
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.