classProgrammer: def__init__(self, name, age, education, languages, instruments, optimization, exploration, invitation): self.name=nameself.age=ageself.education=educationself.languages=languagesself.instruments=instrumentsself.optimization=optimizationself.exploration=explorationself.invitation=invitationdefwelcome(self): greeting=f"Behold, for you have entered the realm of {self.name}'s programming world! I'm {self.age} years old and currently studying {self.education}."print(greeting) print("I wield a mighty arsenal of programming languages, including: ") forlanguageinself.languages: print("- "+language) print("Each language is like an instrument in my hands:") forlanguage, instrumentinself.instruments.items(): print("- "+language+": "+instrument) print(self.optimization) print(self.exploration) print(self.invitation) my_programmer=Programmer( name="Indrajeeth", age=22, education="BTech IT", languages=["Python", "Golang", "TypeScript", "JavaScript"], instruments={"Python": "the scalpel of simplicity", "Golang": "the scalpel of speed", "TypeScript": "the shield of type safety", "JavaScript": "the chameleon of versatility", }, optimization="With each line of code, I optimize like a blacksmith forging a masterpiece.", exploration="My journey through the vast landscape of technology is like a sailor sailing uncharted waters.", invitation="Join me, and together we will create wonders that shall echo through the digital ages!", ) my_programmer.welcome()👋
Heya!!.
22 Y.O | Tᴇᴄʜ Eɴᴛʜᴜsɪᴀsᴛ | Jᴜsᴛ Tʀᴜsᴛ Tʜᴇ Pʀᴏᴄᴇss
- India
- 13:58
(UTC +05:30) - indrajeeth.in
- @tamilvip007
Highlights
Pinned Loading
- WhatChatGPT
WhatChatGPT PublicSimple whatsapp chatbot for send and receive response from openai.
- CloudFlareBackuper
CloudFlareBackuper PublicAutomated cron script to autobackup your files to cloudflare r2
- repo-cleaner
repo-cleaner PublicReact web app for managing and cleaning up your GitHub repositories
TypeScript 2
- Insta-Wrapped
Insta-Wrapped PublicInstagram wrapped generator for 2025 using instagram data
TypeScript 1
- Arch-Portifolio
Arch-Portifolio PublicTypeScript 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.
Uh oh!
There was an error while loading. Please reload this page.



