Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 243 Bytes

type_hinting_101.md

File metadata and controls

8 lines (6 loc) · 243 Bytes

Type Hinting 101

Apply type hinting for each one of the following variables:

  1. x is a string
  2. y is an integer
  3. z is a list of strings
  4. omela is a function that takes two arguments, both strings and it also returns a string