zadanie2/main.py
2026-05-08 20:15:09 +03:00

5 lines
62 B
Python

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