.py .js .ts .java .c .sql .rkt
class Katherine:
def __init__(self):
self.name = "Katherine Kexin Liu"
self.education = "Bachelor of Computer Science at the University of Waterloo"
self.languages = ["en_US", "zh_CN"]
self.pronouns = ["she", "her"]


