Skip to content

Commit 2620e20

Browse files
committed
Update
1 parent 79a2c66 commit 2620e20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Фактаризация/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
""" Значени p и q может различатся местами в методах но суть не меняется значения всё равно верно"""
2+
3+
24
# Muhammadislom ;)
35

46
# Первый метод
@@ -39,6 +41,7 @@ def fac_start(self):
3941
self.x = (self.x ** 2 + 1) % self.n
4042
self.y = ((self.y ** 2 + 1) ** 2 + 1) % self.n
4143

44+
4245
# Проверка
4346
n = int(input("n = "))
4447
test1 = Ferma()

0 commit comments

Comments
 (0)