1. Learn
  2. /
  3. Cursuri
  4. /
  5. Python Toolbox

Connected

exercițiu

Writing list comprehensions

You now have all the knowledge necessary to begin writing list comprehensions! Your job in this exercise is to write a list comprehension that produces a list of the squares of the numbers ranging from 0 to 9.

Instrucțiuni

100 XP
  • Using the range of numbers from 0 to 9 as your iterable and i as your iterator variable, write a list comprehension that produces a list of numbers consisting of the squared values of i.