Closed itskekoff closed 1 year ago
I used int transformer which mode is "bits"
# not obfuscated print(1) # obfuscated print(True) # prints True
could you fix this?
Wrapping with int() would solve but isn’t very elegant.
int()
True << True >> True also resolves 1.
True << True >> True
fixed it
I used int transformer which mode is "bits"
could you fix this?