from typing import Tuple, List, Dict
class Mayura:
pass
class Attributes(Mayura):
@property
def contact(self) -> Tuple[str, str, str]:
discord = "x3f"
return discord
@property
def life(self) -> Tuple[List[str], int]:
langs = ["English", "Spanish"]
age = 17
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
"expert" : ["python"],
"intermediate" : ["go", "batch"],
"learning" : ["powershell", "c++"]
}
specialities = ["web/app reverse engineering", "fullstack", "ai"]
ide = ["VsCodium"]
pc = {
"Windows": {
"custom": {
"processor": "AMD ryzen 7 5800X | 8 cores",
"ram" : "32gb",
"gpu" : "nvidia 3060 | 5888 CUDA cores"
}
}
}
return langs, specialities, ide, pc
Popular repositories Loading
-
-
-
-
-
Install
Install PublicForked from ScoopInstaller/Install
📥 Next-generation Scoop (un)installer
PowerShell
-
EeveeSpotifyReborn
EeveeSpotifyReborn PublicForked from whoeevee/EeveeSpotifyReborn
A tweak to enhance Spotify experience
Swift
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.
