Sometimes you might see a type explicitly attached to a name. For example:😨 That’s a dangerous thing to leave hanging around.
x: int = 42
The type is merely a hint to improve code readability. It can be used by third-party code-checking tools. Otherwise, it is completely ignored. It does not prevent you from assigning a difterent kind of value later.