Hàm sau thực hiện công việc gì?
def func(n):
c = 0
for k in range(1, n):
if n%k == 0 :
c = c +k
return c
Đăng ký qua Facebook hoặc Google: