Summation Write a program that finds the summation of every number from 1 to num. The number will always be a positive integer greater than 0.
$ ./python -m timeit -r11 -unsec -s 'from a import data, msum' 'sum(data)' 500000 loops, best of 11: 963 nsec per loop $ ./python -m timeit -r11 -unsec -s 'from a import data, msum' 'msum(data)' ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する