скелет кода

This commit is contained in:
Роман Бортников 2026-05-08 20:15:09 +03:00
commit 7e7dd1da06

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def prime_factors(n: int) -> list:
print(prime_factors(12))