Untitled

 avatar
unknown
plain_text
a year ago
394 B
6
Indexable
def secret_garden():
    flowers = ["Rose", "Lily", "Daisy", "Tulip", "Sunflower"]
    for flower in flowers:
        print(f"The {flower} whispers a tale of forgotten dreams.")
    moon = "Silver crescent"
    fireflies = 42
    print(f"{moon} pirouettes gracefully, casting its glow on {fireflies} tiny dancers.")
    print("The night holds its breath, waiting for magic to unfold.")
Editor is loading...
Leave a Comment