Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 353 Bytes

type_hinting_102.md

File metadata and controls

8 lines (6 loc) · 353 Bytes

Type Hinting 102

Apply type hinting for each one of the following variables:

  1. abc is a list of of two integers
  2. qwery is dictionary where the keys are string and values are integers
  3. elmer is None but at some point may set as a string
  4. norie is a variable containing a function that takes two integer arguments and returns a string