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
The section on tuples only shows how they are initialized, not how they can be declared with tuple[<field>: <type>, ...]. This notation wasn't shown until Procedures exercise 3.
The text was updated successfully, but these errors were encountered:
The section on tuples only shows how they are initialized, not how they can be declared with
tuple[<field>: <type>, ...]
. This notation wasn't shown until Procedures exercise 3.The text was updated successfully, but these errors were encountered: