Painting of a yellow car with a green stripe on the side
![carro_antigo = {
"model": "80's car",
"colour": "Painted",
"screen": "Old Screen"
}
Def criar_rate(Car):
print("Please rate the old car:")
print("Model: " + car["model"])
print("Color: " + car["color"])
print("Screen: " + car["screen"])
rate = input("Enter your rating (from 1 to 5 stars): ")
return rate
rate = criar_rate(carro_antigo)
print("The old car received the following rating: " + rate + " stars.")](https://image.cdn2.seaart.me/2023-06-11/33335155400773/fe57fd89377fb1495e2cb7d96391eee047e3d3c2_high.webp)
Prompts
Prompts kopieren
carro_antigo = {
"model": "80's car"
,
"colour": "Painted"
,
"screen": "Old Screen"
}
Def criar_rate(Car):
print("Please rate the old car:")
print("Model: " + car["model"])
print("Color: " + car["color"])
print("Screen: " + car["screen"])
rate = input("Enter your rating (from 1 to 5 stars): ")
return rate
rate = criar_rate(carro_antigo)
print("The old car received the following rating: " + rate + " stars
.
")
Info
Checkpoint & LoRA

Checkpoint
Dreamlike Diffusion 1.0
0 Kommentar(e)
0
0
0