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
Which pair is produced by (7 // 3, 7 % 3)?
from Python
beginner
1 min
Which pair is produced by (7 // 3, 7 % 3)?
(2, 1)
(2.3333333333333335, 1)
(3, 0)
Check
Ask AI about this kata
Report an error
previous kata
What does [n * n for n in range(6) if n % 2] produce?
Quiz
next kata
Enter the Python expression that creates an empty set
Fill in
A new version is available
Reload