#!/usr/bin/python
# -*- coding: utf-8 -*-
class Student:
def __init__(self):
self.name = "Sagar Mankoti"
self.role = "Student"
self.language_spoken = ["en_IN", "hi_IN"]
def say_hi(self):
print("Hey! Thanks for dropping by, hope you find some of my work interesting.")
me = Student()
me.say_hi()
Pinned Loading
-
cp-scheduler-notion
cp-scheduler-notion PublicAn automation to add upcoming and ongoing competitive programming contests to a notion database.
Python
-
Bio-Link-Tool
Bio-Link-Tool PublicA Bio Link Tool (generally used for Instagram) written in Python3 using Flask and Bulma Framework.
HTML
-
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.