Reduce code duplication for pre-3.11 binary ops, based on #348
This commit is contained in:
@@ -22,4 +22,4 @@ print('Bitwise right shift:', a >> b)
|
||||
print('Membership in:', a in b)
|
||||
print('Membership not in:', a not in b)
|
||||
print('Identity equality:', a is b)
|
||||
print('Identity inequality:', a is not b)
|
||||
print('Identity inequality:', a is not b)
|
Reference in New Issue
Block a user