ai giúp mình viết bằng python trả xu hậu hĩnh ----- Nội dung dịch tự động từ ảnh ----- 3. Write a function even_digits(n) that counts the number of even digits in n. Sample Output: even_digits(1234)→2, even_digits(1357) → 0 4. Write a function called number_of_divisors how many divisors the number has. that takes an integer number and returns