7 lines
48 B
Python
7 lines
48 B
Python
|
|
||
|
e = 13
|
||
|
n = 1364593
|
||
|
|
||
|
y = pow(e, -1, n)
|
||
|
|
||
|
print(y)
|