Skip to content
View Nemupy's full-sized avatar
🐍
print("Hello, World!")
🐍
print("Hello, World!")

Block or report Nemupy

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Nemupy/README.md

header


import random

class MyProfile:
    def __init__(self):
        self.name = "Nemupy"
        self.loves = ["Python", "MYUKKE.", "KAWAII LAB."]
        self.repos = ["CuBot", "Janken", "Hello-World"]
        
    def hello(self):
        love = random.choice(self.loves)
        repo = random.choice(self.repos)
        print(f"Hello! I'm {self.name}.")
        print(f"I love {love}, and more!")
        print(f"Please check https://github.com/Nemupy/{repo}.")

nemupy = MyProfile()
nemupy.hello()

Pinned Loading

  1. CuBot CuBot Public

    DiscordのBot、Cuのソースコード

    Python 11 2

  2. Janken Janken Public

    色々なプログラミング言語で作るじゃんけんゲーム

    JavaScript 9 3

  3. Hello-World Hello-World Public

    "Hello, World!" in various languages.

    COBOL 4 6

  4. UA-framer UA-framer Public

    Draw the frame of the Ukrainian flag on the image.

    Python 1