diff --git a/set1/challenge6.py b/set1/challenge6.py index c18eb78..c266f34 100644 --- a/set1/challenge6.py +++ b/set1/challenge6.py @@ -1,6 +1,5 @@ from Crypto.Util.number import * import base64 -import statistics def hamming_distance(str1: str, str2: str) -> int: if len(str1) != len(str2):