You are viewing a single comment's thread. Return to all comments →
Finally iv found a one liner. Im gona tell my doc im ready to quit Xanax .
maxdepth = 0 def depth(elem, level= 0): global maxdepth maxdepth = max(maxdepth, level + 1) if [depth(e, level + 1) for e in elem] else max(maxdepth, level + 1)
Seems like cookies are disabled on this browser, please enable them to open this website
XML2 - Find the Maximum Depth
You are viewing a single comment's thread. Return to all comments →
Finally iv found a one liner. Im gona tell my doc im ready to quit Xanax .