.# ian / xuan system boot
name = "ian" or "xuan"
pronouns = "he/him"
gender_identity = "masculine"
identity = {
"romantic_orientation": "cupioromantic",
"sexual_orientation": "pansexual",
"ethnicity": ["Malay", "δΈ­ε›½δΊΊ"],
"labels": [
"boyfailure",
"problematic",
"SiTe",
"ISTJ",
"Sp/So 9w2",
"FLEV 4431",
"phleg-sang",
"scuai"
]
}
def introduce(user):
print(f"🚨 Booting system: {user['name']}")
print(f"πŸ”Ή Pronouns: {user['pronouns']}")
print(f"πŸ”Ή Gender: {user['gender_identity']}")
print(f"πŸ”Ή Orientation: {user['romantic_orientation']} + {user['sexual_orientation']}")
print(f"🌏 Ethnicity: {', '.join(user['ethnicity'])}")
print(f"πŸ” Labels: {', '.join(user['labels'])}")
print("βœ… Introduction sequence complete.")
introduce({
"name": name,
"pronouns": pronouns,
"gender_identity": gender_identity,
"romantic_orientation": identity["romantic_orientation"],
"sexual_orientation": identity["sexual_orientation"],
"ethnicity": identity["ethnicity"],
"labels": identity["labels"]
})

Edit
Pub: 13 Apr 2025 18:29 UTC
Edit: 23 Jun 2025 21:32 UTC
Views: 107