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
/
Scope and namespaces
Which construct binds a name in the current code block?
from Scope and namespaces
Python 3.14
intermediate
1 min
Which construct binds a name in the current code block?
import decimal as money
invoice.total = 10
records[0] = item
customer.refresh()
Check
Ask AI about this kata
Report an error
next kata
In a Python 3.14 function, what happens after locals()["count"] = 3?
Quiz
A new version is available
Reload