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
When discussing nested if statements the notebook states: The first if statement tests if the weather is "Sunny". If it is True than the code between point A and B is executed.
The second sentence should say "if it is true THEN the code between A and B is executed"
The text was updated successfully, but these errors were encountered:
When discussing nested if statements the notebook states:
The first if statement tests if the weather is "Sunny". If it is True than the code between point A and B is executed.
The second sentence should say "if it is true THEN the code between A and B is executed"
The text was updated successfully, but these errors were encountered: