There are two bears that are sitting on the ground
![class SerMitológico:
def __init__(self, nome):
self.nome = nome
self.aparencia = ['urso', 'porco', 'macaco', 'tartaruga', 'pirarucu']
def rugir(self):
print('Grrrrrrr')
def nadar(self):
print('Estou nadando como um pirarucu')
def escalar_arvores(self):
print('I'm climbing trees like a monkey')
def proteger_meu_territorio(self):
print('I'm protecting my territory like a bear')
def andar_lentamente(self):
print('Estou andando lentamente como uma tartaruga')
ser = SerMitológico('Mythological Being')
print(ser.nome)
print('My appearance is a mixture of:', ', '.join(ser.aparencia))
ser.rugir()
ser.nadar()
ser.escalar_arvores()
ser.proteger_meu_territorio()
ser.andar_lentamente()](https://image.cdn2.seaart.me/2023-10-15/19962317285371909/a62902844abfd25fe6d546ccf8913b2d9730dc42_high.webp)
class SerMitológico: def __init__(self, nome): self.nome = nome self.aparencia = ['urso', 'porco', 'macaco', 'tartaruga', 'pirarucu'] def rugir(self): print('Grrrrrrr') def nadar(self): print('Estou nadando como um pirarucu') def escalar_arvores(self): print('I'm climbing trees like a monkey') def proteger_meu_territorio(self): print('I'm protecting my territory like a bear') def andar_lentamente(self): print('Estou andando lentamente como uma tartaruga') ser = SerMitológico('Mythological Being') print(ser.nome) print('My appearance is a mixture of:', ', '.join(ser.aparencia)) ser.rugir() ser.nadar() ser.escalar_arvores() ser.proteger_meu_territorio() ser.andar_lentamente()
Prompts
Copy
class SerMitológico:
def __init__(self
,
nome):
self
.
nome = nome
self
.
aparencia = ['urso'
,
'porco'
,
'macaco'
,
'tartaruga'
,
'pirarucu']
def rugir(self):
print('Grrrrrrr')
def nadar(self):
print('Estou nadando como um pirarucu')
def escalar_arvores(self):
print('I'm climbing trees like a monkey')
def proteger_meu_territorio(self):
print('I'm protecting my territory like a bear')
def andar_lentamente(self):
print('Estou andando lentamente como uma tartaruga')
ser = SerMitológico('Mythological Being')
print(ser
.
nome)
print('My appearance is a mixture of:'
,
'
,
'
.
join(ser
.
aparencia))
ser
.
rugir()
ser
.
nadar()
ser
.
escalar_arvores()
ser
.
proteger_meu_territorio()
ser
.
andar_lentamente()
INFO
Checkpoint & LoRA

Checkpoint
ReV Animated
0 comment
0
0
0