class TeenDeveloper:
def __init__(self):
self.age = 15
self.grade = "初三"
self.coding_years = 3
self.hobbies = ["写代码", "打游戏", "研究新技术"]
def get_skills(self):
return {
"主攻": ["Python", "Lua"],
"正在学": ["JavaScript", "Java"],
"也想试试": ["Godot", "HTML/CSS"]
}
def dream(self):
return "成为一名独立游戏开发者 🎮"
def daily_routine(self):
return "上课 → 写代码 → 打游戏 → 睡觉(×无限循环)"
Popular repositories Loading
-
VulkanMod_for_vulkan1.1
VulkanMod_for_vulkan1.1 PublicForked from xCollateral/VulkanMod
Vulkan renderer mod for Minecraft.
Java 1
-
-
-
lwjgl3
lwjgl3 PublicForked from AngelAuraMC/lwjgl3
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan), audio (OpenAL), parallel computing (OpenCL, CUDA) and XR (O…
Java
-
-
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.