commit 7e7dd1da0616c07e6c597baf728f631fd1bf5eb0 Author: stud203999 Date: Fri May 8 20:15:09 2026 +0300 скелет кода diff --git a/main.py b/main.py new file mode 100644 index 0000000..9b128c9 --- /dev/null +++ b/main.py @@ -0,0 +1,5 @@ +def prime_factors(n: int) -> list: + + + +print(prime_factors(12)) \ No newline at end of file