def suma_dzielnikow_1(n): suma = 0 for i in range(1, n + 1): if n % i == 0: suma += i return suma
Standard input is empty
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!