Not sure if it’s a bug, but when I try to filter input values, it gets different result in python3 component.
The code is pretty simple:
if x%2 == 0:
a = x
else:
b = x
1 post - 1 participant
Not sure if it’s a bug, but when I try to filter input values, it gets different result in python3 component.
The code is pretty simple:
if x%2 == 0:
a = x
else:
b = x
1 post - 1 participant