Skip to content

ComputerTech312/ComputerTech312

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

97 Commits

Repository files navigation

Hello. (•◡•)/

fromcolbyimportinformationclassAboutMe: def__init__(self): self.name='Colby Lipsett'self.nick='ComputerTech'self.birthday=1028541600self.gender='male'self.about='full stack developer/sysadmin that enjoys breaking and fixing things.'self.location='Ireland'self.hobbies= ['Programming', 'Sysadmin', 'IRC', 'LEGO'] self.languages= ['Python', 'JavaScript', 'Go', 'Tcl'] self.os= ['Ubuntu'] self.timezone= ['UTC+1'] self.projects= [{'project': 'Sharey', 'language': 'Python', 'description': "A website for sharing files, URL redirection and Pastes." }, ] defintroduce(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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published