Practice Test Geeks home

Python Python List Comprehensions and Generators

What is the output of `[x**2 for x in range(4)]`?

Select your answer