We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc17c67 commit 1ef4243Copy full SHA for 1ef4243
boolean_algebra/quine_mc_cluskey.py
@@ -7,7 +7,7 @@ def compare_string(string1: str, string2: str) -> str:
7
'0_10'
8
9
>>> compare_string('0110','1101')
10
- -1
+ 'X'
11
"""
12
l1 = list(string1)
13
l2 = list(string2)
0 commit comments