Class HunterBlackCat: def __init__(self, name, eye_color


class HunterBlackCat: def __init__(self, name, eye_color, clothes_color, necklace_color): self.name = name self.eye_color = eye_color self.clothes_color = clothes_color self.necklace_color = necklace_color def introduce(self): print(f"I am {self.name}, a hunter black cat with {self.eye_color} eyes.") print(f"I am wearing {self.clothes_color} leather clothes and a {self.necklace_color} necklace.") hunter_cat = HunterBlackCat("Shadow", "blue", "black", "white and blue") hunter_cat.introduce()
Prompts
Copy
class HunterBlackCat:
def __init__(self
,
name
,
eye_color
,
clothes_color
,
necklace_color):
self
.
name = name
self
.
eye_color = eye_color
self
.
clothes_color = clothes_color
self
.
necklace_color = necklace_color
def introduce(self):
print(f"I am {self
.
name}
,
a hunter black cat with {self
.
eye_color} eyes
.
")
print(f"I am wearing {self
.
clothes_color} leather clothes and a {self
.
necklace_color} necklace
.
")
hunter_cat = HunterBlackCat("Shadow"
,
"blue"
,
"black"
,
"white and blue")
hunter_cat
.
introduce()
INFO
Checkpoint & LoRA

Checkpoint
CyberRealistic
#Realistic
#Photography
#Clothing
0 comment
0
0
0