Skip to content
View ihell's full-sized avatar
🦊
Who
🦊
Who

Block or report ihell

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

Hi, NI**A 👋

class Data:
    def __init__(self, name, gf):
        self.name = name
        self.gf = gf

    def Data(self):
        print('my name : ', self.name)
        print('my gf : ', self.gf)


data = Data('Ram Akasaka', 'Hana')

data.Data()

Pinned Loading

  1. kasirApp-withRemix kasirApp-withRemix Public

    This is a project assigned at an internship to make something that is at an internship and I chose to make a cashier program, here I use typeScript remix and I also collaborate with my friend

    TypeScript 4 1

  2. rafia9005/pwm rafia9005/pwm Public

    Here's a simple description for your project: Simple WM (Window Manager) A lightweight and minimalistic window manager for X11. Simple WM provides basic window management features, including window…

    C 1