$ \sum_{i=1}^{n}f(i) $
来py
s = 0; def a (argument): print('happy'); s = s + 1; if argument > s: return; a(argument);