From 7e7dd1da0616c07e6c597baf728f631fd1bf5eb0 Mon Sep 17 00:00:00 2001 From: stud203999 Date: Fri, 8 May 2026 20:15:09 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BA=D0=B5=D0=BB=D0=B5=D1=82=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.py 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