From 836e6cbbb2c1cbe31e4886f7f0664271e6ed95e7 Mon Sep 17 00:00:00 2001 From: dschaft Date: Wed, 6 May 2026 16:15:54 +0200 Subject: [PATCH] Update theXORitself.py --- theXORitself.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theXORitself.py b/theXORitself.py index b0c9b1d..45e2d79 100644 --- a/theXORitself.py +++ b/theXORitself.py @@ -23,7 +23,7 @@ def main(argv): elif opt in ("-3","--comp3"): 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") sys.exit(2)