Skip to content
View jemhv's full-sized avatar
😏
Making it big
😏
Making it big
  • UK
  • 04:50 (UTC +01:00)
Block or Report

Block or report jemhv

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
jemhv/README.md

denji.gif

Hello there

Thanks for stopping by. Let me introduce myself

My name's Jeremy.
I'm a 3rd year computer science student.


#!/usr/bin/python


class computer_science_student:

    def __init__(self):
        self.role = "Backend Nerd"
        self.language_learnt = ["c/c++", "java", "python"]
        self.language_forgot = ["sql", "js"]
        self.language_learning = ["rust", "kotlin"]

    def say_bye(self):
        print("I hope you have a nice day.")


me = computer_science_student()
me.say_bye()

Ok, bye

Popular repositories

  1. hypr-dune hypr-dune Public

    Dark hyprland theme for the night owls

    CSS 21 1

  2. Cherry-Blossom Cherry-Blossom Public archive

    Starship prompt theme and Neofetch theme

    1

  3. starship starship Public

    Forked from starship/starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

    Rust

  4. Hypr-Blue Hypr-Blue Public

    Forked from paranoidbarbie/Hypr-Blue

    Hyprland theme based on Blue scheme.

    CSS

  5. jemhv jemhv Public

  6. my-discord-bot- my-discord-bot- Public

    Forked from hitoyaCute/my-discord-bot-

    discord bot with python

    Python