Explore Library
QuizBeginner

Type Inference

Swift can automatically infer a variable's type from its initial value.

In `let score = 10`, what type does Swift infer for `score`?