This week in Python, we learned how to use Else/If/Elif statements to tell if something is true, and then execute an event if it is true, and else to tell if something isn't, then execute something if it isn't. We also learned how to do Elifs, which are nested else/if statements, where if a condition is true, and if another condition is true, then something will result, else something else will happen.
No comments:
Post a Comment