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
/
Variables and data types
Which statement about dynamic typing and annotations is accurate?
from Variables and data types
Python 3.14
beginner
2 min
Which statement about dynamic typing and annotations is accurate?
Names can be rebound to objects of different types, while ordinary calls do not enforce annotations.
Objects can change their own type whenever their names are reassigned.
Annotations automatically convert every argument before a function body runs.
Dynamic typing means incompatible operations never raise TypeError.
Check
Ask AI about this kata
Report an error
next kata
What is the safest description of int() at an input boundary?
Quiz
A new version is available
Reload