Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 347 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 347 Bytes
class AKP(Human):

  def __init__(self):

    self.likes = ["Making things", "Music", "Fancy stationery"]
    self.dislikes = ["Wrangling with indentation", "Recursive functions",
      "The cold"]

    self.pronouns = ["she/her"]

    self.languages = [Python, Go, HtmlCss, Java]
    self.technologies = [Docker, Ansible, LiteralMagic]