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
For added info, just in case someone wants to take a look at this, PEP 585 recommends list[int] over typing.List[int], as the latter syntax is deprecated and may be deleted in the future.
Decide whether to use, e.g,
list(int)
orList[int]
fromtyping
. And make it consistent across all tips and solution code in the chapters.The text was updated successfully, but these errors were encountered: