Box inside Box? Mirror-Image inside Mirror-Image inside Mirror? Abstract recursion? You decide! (📥(📥(📥)))
You must log in or register to comment.
A programmer encountering a pyramid of doom…
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 …")