You are viewing a single comment's thread. Return to all comments →
you can run with eval like I do.
eval_str="0" for item in ar: eval_str=eval_str+"+"+str(item) > result=eval(f'{eval_str}')
Seems like cookies are disabled on this browser, please enable them to open this website
A Very Big Sum
You are viewing a single comment's thread. Return to all comments →
you can run with eval like I do.