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)]
livecode
Task condition
What will be printed when running the following code:
b = [print(i) for i in range(5)]