fork download
  1. mylist = [pow(2, 128, 2**128)]
  2. print(list(filter(lambda x: x is not 0, mylist)))
Success #stdin #stdout 0.02s 27712KB
stdin
Standard input is empty
stdout
[0]