from typing import Tuple, List, Dict
class antilag:
pass
class Attributes(antilag):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/antilaggvip"
discord = "antilagvip"
return telegram, discord
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Turkish', 'English']
age = 17
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['js'],
'learning' : ['go']
}
specialities = ['app rev engineering/']
ide = ['vscode', 'intellij']
pc = {
'dual_boot': {
'Windows': {
'processor': 'AMD Ryzen 5 5600 | 6 cores',
'ram' : '16GB',
'gpu' : 'NVIDIA GTX 1060 | 6g'
},
'Linux - EndeavourOS': {
'processor': 'AMD Ryzen 5 5600 | 6 cores',
'ram' : '16GB',
'gpu' : 'NVIDIA GTX 1060 | 6g'
}
}
}
return langs, specialities, ide, pc
Pinned Loading
-
-
discord-name-checker
discord-name-checker Publica simple python application that generates random discord usernames and checks their availability
Python 3
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.