FlashcardBeginner
Explicit Type Annotations
You can explicitly declare a variable's type after its name using a colon.
Question
How do you write explicit type annotations?
Click to reveal answer
You can explicitly declare a variable's type after its name using a colon.
How do you write explicit type annotations?