Update README.md

This commit is contained in:
Bill Buchanan
2022-04-08 05:48:00 +01:00
committed by GitHub
parent 3ac4eca9fd
commit 04dcbd87d4

View File

@@ -199,8 +199,8 @@ x= random.randint(2, 100)
n=997
res1 = g**x % n
res2= pow(g,x, n)
print res1
print res2
print (res1)
print (res2)
```
Repl.it: https://repl.it/@billbuchanan/powex