let keywordlet introduces a new variable.
You can add type annotations to let.
If you have a tuple, you can use let to destructure the tuple
elements.
You can also use let to shadow variables, where you introduce a new
variable that hides the old value.