Swissinformatik

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Swissinformatik created a post,

    lambda & filter() - pycharms 2021.2.2 community edition

    Hello I try this code: rge = range(21)is_even = lambda x: x % 2 == 0evens = list(filter(is_even, rge))print(evens) Why this code doesn't run in pychams and running without any issue on https://www....