def prime_factors(n: int) -> list: print(prime_factors(12))