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