class Explorer:
def __init__(self, name, role, languages_spoken, learning, fun_fact):
self.name = name
self.role = role
self.languages_spoken = languages_spoken
self.learning = learning
self.fun_fact = fun_fact
def say_hi(self):
print("Hi Nice to See you.")
def main():
me = Explorer(
name="Sasta Hari Haran R",
role="SDE and FullStack Developer",
languages_spoken=["hn_In", "en_US","ta_IN"],
learning="Data Structres and Algorithms",
fun_fact="An AI a day keeps the developer away"
)
me.say_hi()
if __name__ == "__main__":
main()
Hii I am Eternal Learner.
Highlights
- Pro
Popular repositories Loading
-
-
SmartQuiz-Generator
SmartQuiz-Generator PublicSmartQuiz Gen is an innovative quiz management platform designed to streamline the creation, scheduling, evaluation, and monitoring of quizzes for educators.
-
-
-
-
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.