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)' ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする