Remix.run Logo
__s 2 hours ago

    def remove_falsey_values(l):
          l[:] = (x for x in l if x)