class SoftwareEngineer:
def __init__(self):
self.name = "Adam Coakley"
self.studied_at = "South East Technological University"
self.role = "Cloud Associate"
self.company = "Deloitte"
self.years_experience = 1
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
healthspace - A social networking site for people with similar health concerns.