class Kae:
"""About my life :3"""
@property
def life(self):
age = 14
name = "Hassan"
langs = ["English", "Hindi"]
games = ["Valorant", "Fortnite", "Minecraft"]
return age, name, langs, games
@property
def setup(self):
software = ["PyCharm", "Visual Studio Code"]
specifications = {
"peripherals": {
"monitor": "AOC 24GI5N 180hz",
"keyboard": "Redragon k617 fizz 60%",
"mouse": "katar pro",
},
"build": {
"CPU": "i5 12400f",
"GPU": "RTX 3060 12gb Vram",
"RAM": "XPG Adata 16gb RAM"
}
}
return software, specifications
@property
def extras(self):
interested = ["Reverse Engineering", "Networking"]
working = ["Navium",]
return interested, working
learning.
Pinned Loading
-
-
funcaptcha-deobfuscated
funcaptcha-deobfuscated Publicdeobfuscated version of funcaptcha_api.js
JavaScript 2
-
-
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.