diff options
Diffstat (limited to 'progs/unparsable_programs/a568.py')
-rw-r--r-- | progs/unparsable_programs/a568.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/progs/unparsable_programs/a568.py b/progs/unparsable_programs/a568.py new file mode 100644 index 0000000..817b96b --- /dev/null +++ b/progs/unparsable_programs/a568.py @@ -0,0 +1,3 @@ +def inversion_elements(test_tup):
+ res = tuple(list(map(lambda x: ~x, list(test_tup))))
+ return (res)
\ No newline at end of file |