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
if you want, you can add a conditional like this if you want some options in your code:
CONDITION = True
if Condition:
print("condition is true, run some code")
else:
print("Condition is false, runs some other code")