STEP 8: What if the user enters something else? The if-statement and the elif-statement will both be False.
We can code an option for if both previous tests were False by using an else-statement!
- Click LOGIC then . Drag out Else and drop it not indented at the bottom of your program.
- Click GRAPHICS, then . Drag out Fall and drop it indented UNDER the else statement.
To navigate the page using the TAB key, first press ESC to exit the code editor.