Skip to content
View rithik-raja's full-sized avatar

Block or report rithik-raja

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
rithik-raja/README.md
class Programmer(object):

    def __init__(self, name, major, interests):
        self.name = name
        self.major = major
        self.interests = interests
        
    def greet(self):
        print("Hello! Welcome to my profile.")

me = Programmer(
    name = "Rithik",
    major = "Data Science",
    interests = ["Piano", "Cooking", "RPGs"]
)

me.greet()

Pinned Loading

  1. algo-chess algo-chess Public

    A simple wagering application built around chess and its variants.

    JavaScript 2

  2. auto-basketball auto-basketball Public

    A fun automation of a HTML5 game called "Hoop Star"

    Python

  3. minesweeper minesweeper Public

    A desktop version of the classic minesweeper game.

    C++