03-Selection

Unit 3 - Selection

While we primarily use IDLE for our current IDE, there are many more available and some even online that you are free to try out.

A very cool online tool that can show your code running line by line to help debugging is: http://www.pythontutor.com/visualize.html#mode=edit

However, all submitted code must work in IDLE.

01 - Decisions

02 - If Elif Else

03 - Boolean Operators

04 - Random Numbers

05 - Nested If