Which of the following snippets correctly create a list of squares of even numbers from 0 to 10 both inclusive ([0, 4, 16, 36, 64, 100])? Select all that apply.
Q11
22 Dec 2024
Programming in Python · Week 6
Q11.Which of the following snippets correctly create a list of squares of even numbers from 0 to 10 both inclusive ([0, 4, 16, 36, 64, 100])? Select all that apply.