Hai, im AKi!
# Welcome to my Profile! this is formatted as if it was coded into
Python
MyName = "Aki"
AboutMe = {
"Pronouns" : ["she","her"],
"Gender" : "Female", # goes with the LGBTQ+
"LGBTQ+" : ("Bi","Trans"),
"Fav Colour" : ("Pink", "Green"),
"Fav Programming Language" : "Lua", # and i keep using it when im trying to code in python
"Learning" : "C#", # this is for Terraria Mods hehe
"Current Projects" : ("Python VM","Summoner Awakening") # Summoner Awakening is my Terraria Mod [NOT ON GITHUB!]
}
print()
print(f"{MyName} is a {AboutMe['LGBTQ+'][1]}-{AboutMe['Gender']} who loves to code in {AboutMe['Fav Programming Language']}, {AboutMe['Pronouns'][0]} is currently learning {AboutMe['Learning']}")
print()
# this does work i have tried