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> ~22160~ <Editor: David Bass>
Data
Summary
Tournament | Edition | Exact Match? | Heard | PPB | Easy % | Medium % | Hard % |
---|---|---|---|---|---|---|---|
2024 PACE NSC | 06/08/2024 | Y | 36 | 15.00 | 100% | 36% | 14% |