Skip to content
View rperson1508's full-sized avatar
💭
hi
💭
hi
  • Singapore

Highlights

  • Pro
Block or Report

Block or report rperson1508

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
rperson1508/README.md
class AboutMe:
    def __init__(self) -> None:
        self.name = "invalid-user"
        self.pronouns = ["he", "him"]
        self.hobbies = ["playing the drums", "science", "chess"]
        self.human_languages = ["english", "mandarin"]
        self.computing_languages = ["python", "html", "css", "sql"]
        self.learning = ["javascript", "typescript"]
        self.tools = ["visual studio code", "git"]
    
    @property
    def discord(self) -> str:
        return "invalid-user#1119"

    def hello(self) -> None:
        print("Hello world!")

me = AboutMe()
me.hello()

Popular repositories

  1. unbelipy unbelipy Public

    Forked from chrisdewa/unbelipy

    Asynchronous wrapper for UnbelievaBoat's API written in Python.

    Python 1

  2. rperson1508 rperson1508 Public

  3. discord.py discord.py Public

    Forked from Rapptz/discord.py

    An API wrapper for Discord written in Python.

    Python

  4. advent-of-code advent-of-code Public

    My solutions for Advent of Code.

    Python 1