Crell / enum-comparison

A comparison of enumerations and similar features in different languages
82 stars 7 forks source link

Python types #1

Closed iluuu1994 closed 4 years ago

iluuu1994 commented 4 years ago

Python has had type hints for a while: https://docs.python.org/3/library/typing.html

Crell commented 4 years ago

"hints" is the right term. They don't do anything at runtime so as far as I'm concerned they're pointless.

iluuu1994 commented 4 years ago

fair enough :)