class ViveK():
def __init__(self):
self.name = [' विवेक राज रॉय ', 'ViveK RaJ RoY']
self.country = ['भारत', 'India']
self.language = ['हिंदी', 'English']
def programming_languages(self):
return [
'Python' 'Html'
]
def markup_languages(self):
return [
'HTML', 'CSS'
]
def developer_tools(self):
return [
'Git', 'GitHub', 'Gitlab', 'Stack Overflow', 'Docker','Heroku',
'MongoDB', 'Redis', 'MySQL', 'Visual Studio Code', 'Azure'
]
def kernels(self):
return [
'Linux', 'Windows NT kernel'
]
def linux_distros(self):
return [
'Arch Linux', 'Kali', 'Ubuntu', 'Debian', 'Lubuntu', 'MintOS', 'Manjaro'
]
def windows_os(self):
return [
'Windows 11', 'Windows 10', 'Windows 7', 'Windows Vista', 'Windows XP', 'Windows 98'
]
if __name__ == '__main__':
me = Vivek()
🎯
Focusing
Popular repositories Loading
-
-
Telethon
Telethon PublicForked from LonamiWebs/Telethon
Pure Python 3 MTProto API Telegram client library, for bots too!
Python 1
-
-
-
-
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.