mylist = [pow(2, 128, 2**128)]print(list(filter(lambda x: x is not 0, mylist)))
Standard input is empty
[0]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!