Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Python
/
Python
What does [n * n for n in range(6) if n % 2] produce?
from Python
intermediate
1 min
What does [n * n for n in range(6) if n % 2] produce?
[1, 9, 25]
[0, 4, 16]
[1, 3, 5]
Check
Ask AI about this kata
Report an error
next kata
Which pair is produced by (7 // 3, 7 % 3)?
Quiz
A new version is available
Reload