1, Watch the TED clip on “What is an Algorithm”
2. Read the section on Loops from the website pythonschool.net
3. View the clip on how to convert inches to centimetres in python
3. Use the Online Python Code Editor to write python code using a For loop to produce a conversion chart of inches to centimetres
Inches Centimetres
1 2.54
2 5.08
3 7.62
etc