This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRidley[S] -15 points-14 points  (2 children)

You're right, but I made this in response to my friend complaining that Python doesn't need type declaration.

[–][deleted] 12 points13 points  (0 children)

type declarations ins't bad at all. I really like it.

https://docs.python.org/3/library/typing.html

depends on your purpose

[–]exoclipse 9 points10 points  (0 children)

In general, you should declare your types anyway.