Question

PEP 484 adds “hints” for this property to Python that allow for its static assignment following a colon or arrow. For 10 points each:
[10m] Name this property that is assigned dynamically in Python. Python implements a lenient scheme for this property that is named for ducks.
ANSWER: type [accept duck typing or static typing or statically typed or dynamic typing or dynamically typed; accept word forms of type, like typed, in any acceptable answer]
[10h] These static code analysis tools can check for typing issues in source code that would be caught by strict compilers. These programs are named for a metaphor about cleaning clothes.
ANSWER: lints [or linters or lint-like tools]
[10e] Hungarian notation includes the type in the names of functions and these things, which can be declared with the line of code, “int x semicolon.” In general, these things are contrasted with constants.
ANSWER: variables [prompt on parameters or params or arguments or args]
<Michael Bentley, Science - Computer Science&gt; ~22160~ &lt;Editor: David Bass>

Back to bonuses