class Anurag():
def __init__(self):
self.name = ['Anurag']
self.country = ['India']
self.language = ['हिंदी', 'English']
def programming_languages(self):
return [
'Python', 'SQL'
]
def markup_languages(self):
return [
'HTML', 'CSS'
]
def developer_tools(self):
return [
'GitHub', 'Stack Overflow', 'Docker', 'Heroku',
'MongoDB', 'MySQL', 'Azure'
]
def operating_system(self):
return [
'Windows', 'Android', 'Linux'
]
😈
Fuck u
Popular repositories Loading
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.