Back to quizzes
Type Hints & mypy Quiz
Java / Loops | Medium | 15 questions
Question 1 of 15
4 free questions left
What are type hints in Python?
A
nnotations that specify the expected data types of variables
B
A way to enforce data types at runtime
C
omments that describe the code
D
A feature that is exclusive to Python 3.9 and above