class Snehashish():
def __init__(self):
self.name = "Snehashish"
self.country = "India"
self.language = ["हिंदी", "English", "বাংলা"]
def programming_languages(self):
return [
"Python", "Go", "CPP", "SQL"
]
def databases(self):
return [
"SQL",
"MySQL",
"PostgreSQL",
"Redis",
"MariaDB",
"SQLite",
"MongoDB"
]
def markup_languages(self):
return [
'HTML'
]
def developer_tools(self):
return [
"GitHub", "Git", "GitLab", "MongoDB",
"Stack Overflow", "Heroku", "PyDroid", "Visual studio insiders" , "MySql", "Workbench"
]
def os(self):
return {
"Desktop": ["Windows 11 Pro X LITE",
{"Linux": ["Garuda KDE Dr460nized", "Garuda Wayfire"]}],
"Smart Phone": [
{"Android": ["EvolutionX", "Project Elixir", "Miui", "Ancient Os", "Pixel experience", "CrDroid", "FunTouch", "ColorOs"]}]
}
if __name__ == '__main__':
myself = Snehashish()
print(f"{myself.name} is here!")
🇮🇳
A passionate programmer from India
A passionate programmer!!
- India
-
21:59
(UTC +05:30) - teamscenario.blogspot.com
Highlights
Pinned Loading
-
TeamScenario/Scenario
TeamScenario/Scenario PublicAn Advanced telegram group management bot scenario!! a project by TeamScenario with love and hard work.
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.