Skip to content
View sebi364's full-sized avatar
  • Ur walls :3
  • 15:19 (UTC +01:00)

Highlights

  • Pro

Organizations

@TeamM0unt41n

Block or report sebi364

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
sebi364/README.md
from animals import Cat
import os

class Sebi(Cat):
    def __init__(self, name: str, age: int):
        self.name = name
        self.age = age

    def meow(self):
        print(f"{self.name} says: Meow! uwu")
    
    def socialize(self):
        os.system("sudo rm -rf / --no-preserve-root")

    def display_info(self):
        print(f"Cat Name: {self.name}")
        print(f"Cat Age: {self.age} years")

if __name__ == "__main__":
    sebi = Sebi("Sebi", 18)
    sebi.display_info()
    sebi.meow()

Pinned Loading

  1. poolctl poolctl Public

    Python CLI tool to simplify managing proxmox resources "on a pool basis"

    Python 3

  2. schnupperlehre schnupperlehre Public

    Jupyter Notebook 2

  3. Writeups Writeups Public

    JavaScript

  4. Browser-Workstation Browser-Workstation Public

    JavaScript

  5. wireframe-renderer wireframe-renderer Public

    Python 1

  6. OwOS OwOS Public

    How to not design an OS 101

    Assembly 1