class Me():
def __init__(self):
self.name = "William Smale"
self.age = 29
self.location = "London, UK"
self.profession = "Product Security Engineer"
self.interests = ["Coding", "Hacking", "Photography", "Philosophy", "Diving"]
def output_code(self, coffee):
if not coffee:
raise Exception("NO COFFEE!!!")
return "Code"