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"
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"