Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
@ -68,7 +68,7 @@ def calcul(a, b, c, operation = '+'):
result = a & b
if operation == 'and':
if operation == |:
if operation == '|':
result = a | b
if operation == 'or':
The note is not visible to the blocked user.