Skip to content

Type Hinting

Type Hinting#

As of python 3.6

You can now type hint variables

int: age = 35

So that your editor can give better intellisense