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
In cases like if True: or if False: (or any case where we know the truthiness of a branch test), we should assume that only the possible branch is taken.