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
For def render(source, /, *, compact=False), which call is valid?
from Python
beginner
1 min
For def render(source, /, *, compact=False), which call is valid?
render("report", compact=True)
render(source="report", compact=True)
render("report", True)
Check
Ask AI about this kata
Report an error
previous kata
What does [f() for f in [lambda: i for i in range(3)]] produce?
Quiz
next kata
Enter the four-letter name for Python’s Local, Enclosing, Global, Built-in lookup order
Fill in
A new version is available
Reload