Practice Test Geeks home

Data Science with Python Certification Data Science with Python (Basic) 5

In a list comprehension [x**2 for x in range(5) if x % 2 == 0], how many elements does the result contain?

Select your answer