Hi, I'm Denisa 👋
class Me:
def __init__(self):
self.describe = "science enthusiast"
self.education = {
"╰-λ ghosting in": "The Quantum Community",
}
self.code = [ "Python", "Latex", "C++", "..." ]
self.interested = "S" + "T" + "E" + "A" + "M"
self.hobbies = [
"study", "travel", "langs", and_more()
]
my_self = Me()