Sobes.tech
Junior — Senior

List comprehension, causing a side effect

livecode

Task condition

What will be printed when running the following code:

b = [print(i) for i in range(5)]
List comprehension, causing a side effect - Live… - sobes.tech