mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-20 13:50:42 +00:00
Update d_04.py
This commit is contained in:
@@ -46,6 +46,6 @@ def is_probable_prime(n):
|
||||
|
||||
rtn=is_probable_prime(testval)
|
||||
if (rtn==True):
|
||||
print str(testval) + " is a prime"
|
||||
print (str(testval) + " is a prime")
|
||||
else:
|
||||
print str(testval) + " is not a prime"
|
||||
print (str(testval) + " is not a prime")
|
||||
|
||||
Reference in New Issue
Block a user