DEBSOURCES
Skip Quicknav
sources / pypy3 / 7.3.19%2Bdfsg-2 / pypy / module / array / benchmark / looptst.py
123456789
def h(): s=0 i=0 while i<100000: s+=i i+=1 return s print h()