class WuliLiuyue:
def life(self) -> tuple[list[str], int]:
langs = ["Chinese", "English"]
age = 18
return langs, age
def coding(self) -> tuple[list[list[str]], list[str], list[str]]:
langs = [
["JS", "Dart"],
["Java", "Go"]
]
specialities = [
"Fullstack Engineer",
"AI Agent"
]
environment = ["Cursor", "Claude Code"]
return langs, specialities, environment
🏠
Working from home
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


