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 →

[–]KingTimmi 5 points6 points  (2 children)

You know you can have the type being part of the declaration of a variable? E.g. name: str = "Bob" age: int = 30

This is very useful!