You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Walrus Operator (:=): the walrus operator allows us to assign values to variables as part of an expression.
# This is useful for cases where we want to both assign a value and use it in a loop or conditional statement, without needing a separate line for assignment.