Update e_02.py

This commit is contained in:
Bill Buchanan
2021-01-20 19:07:20 +00:00
committed by GitHub
parent af46c1f14f
commit cf709bb5d6

View File

@@ -42,5 +42,5 @@ def inverse_of(n, p):
val1=65537
val2=1034776851837418226012406113933120080
print "Inverse of ",val1," mod ",val2
print "Result:\t:",inverse_of(val1,val2)
print ("Inverse of ",val1," mod ",val2)
print ("Result:\t:",inverse_of(val1,val2))