Glossary coding Term Page

Type hint

A notation such as `name: str` that expresses the expected type for variables or function

type-hint #coding#python
Korean version

Related Concepts

Core Idea

Type hint is A notation such as name: str that expresses the expected type for variables or function I/O. It usually makes the most sense alongside Parameter, Module, [[if-name-main|if name == "main"]].

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept