Just a trans girl programming in my free time
class basicPronoun():
def __init__(self, sub, obj):
self.subjective = sub
self.objective = obj
kali = {
"pronouns": [
basicPronoun("it", "its"),
basicPronoun("she", "her"),
basicPronoun("they", "them"),
],
"names": [ "Kali", "Winter", "Tæmt modʒiɹæ", "Vortetty" ],
"languages": {
"natural": [ "english" ],
"computer": [ "python", "c++", "kotlin", "java", "javascript", "c#", "html", "css", "rust" ]
},
"current_focus": "Random projects for fun",
"fun_fact": "Knowing what to search is half of the battle"
}