Box inside Box? Mirror-Image inside Mirror-Image inside Mirror? Abstract recursion? You decide! (📥(📥(📥)))

  • scratsearcher 🔍🔮📊🎲OP
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    4 months ago

    Interesting TIL pyramid of doom, so here is my python pyramid

    if 1==1:
         if 2==2:
                 if 3==3:
                         print("pyramid needs more ifs …")