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()
> I do IT stuff with computer thingies
> Jack of all trades, master of none
> professional Infra 🐒 > reject cloud, return to onprem
- Ur walls :3
-
15:19
(UTC +01:00)
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.