Skip to content
View sagamantus's full-sized avatar
🐼
panda.
🐼
panda.

Highlights

  • Pro

Organizations

@GDSC-IIIT-Kalyani
Block or Report

Block or report sagamantus

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sagamantus/README.md
#!/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

  1. cp-scheduler-notion cp-scheduler-notion Public

    An automation to add upcoming and ongoing competitive programming contests to a notion database.

    Python

  2. Bio-Link-Tool Bio-Link-Tool Public

    A Bio Link Tool (generally used for Instagram) written in Python3 using Flask and Bulma Framework.

    HTML