```python def lucid_dreams(): pain = 0 dreams = ["I still see your shadows in my room", "Can't take back the love that I gave you", "It's all that I need, and it's hard to believe", "I still feel that rush in my veins"] for dream in dreams: print(dream) pain += 1 if pain > 0: print("I use my lucid dreams to numb the pain") else: print("I'm finally free from the pain") lucid_dreams() ``` tattoo idea

This tattoo concept was designed with the help of our AI tattoo generator. It's a black and white tattoo in the style of sketch.

This tattoo was generated by artist-Eb37L on 07/12/2023.

sketch

black and white

Join 9,635 happy customers.

```python
def lucid_dreams():
    pain = 0
    dreams = ["I still see your shadows in my room",
              "Can't take back the love that I gave you",
              "It's all that I need, and it's hard to believe",
              "I still feel that rush in my veins"]

    for dream in dreams:
        print(dream)
        pain += 1

    if pain > 0:
        print("I use my lucid dreams to numb the pain")
    else:
        print("I'm finally free from the pain")

lucid_dreams()
``` tattoo idea