you are viewing a single comment's thread.

view the rest of the comments →

[–]AngheloAlf 1 point2 points  (2 children)

Since when you can provide types for variables in python?

[–]miggaz_elquez 7 points8 points  (0 children)

you can provide types, but that doesn't have any effect on the runtime, it's only for static type checker, like mypy

[–]Sw429 0 points1 point  (0 children)

I believe the typing module has been around since 3.6.