PYTHON PROGRAMMING Week 9 - Wednesday
WRITE A PROGRAM TO: print all the numbers from 1 to 100 print all the even numbers from 1 to 100 print all the odd numbers from 1 to 100 print all the numbers divisible by 5 between 1 and 100
YESTERDAY Design Structure Charts – Linear Search Python Linear Search
TODAY Keywords and Terms Design Structure charts – linear search Python Linear search Lists
STRUCTURE CHARTS – LINEAR SEARCH
PYTHON Finish the linear search program Lists in Codecademy
KEYWORDS Print and complete both sheets
RECAP What is a list? How can I iterate over the contents of a list?
HOMEWORK Codecademy – finish at least ‘The student becomes the teacher’
NEXT WEEK Lists and functions