Update theXORitself.py

This commit is contained in:
2026-05-06 16:13:58 +02:00
parent 6aae6addb2
commit 39f2154245
+1 -1
View File
@@ -23,7 +23,7 @@ def main(argv):
elif opt in ("-3","--comp3"): elif opt in ("-3","--comp3"):
comp3 = str(arg) comp3 = str(arg)
if (len(comp1) != len(comp2)) or (len(comp1) != len(comp3)): if (len(comp1) <> len(comp2)) or (len(comp1) <> len(comp3)):
print("All components should be of the same length") print("All components should be of the same length")
sys.exit(2) sys.exit(2)