print map(lambda x: x ** 2, range(6))# list comprehension statement:print [x ** 2 for x in range(6)]
Name (required)
email (will not be published) (required)
Website