04-Repetition-Repetition

Unit 04 - Repetition, aka Repetition

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 - While Loops (2 Days)

02 - Counted Loops

03a - Using Loops

03b - Repetition and Probability

04 - Sequence and Terms

05 - Testing

06 - Geometric Sequences

07 - Nested Loops