Week 1 — Data Structures 01_basics → Numbers → String → List → Dictionary → Tuples → set → muteableVsimmutable Week 2 — Control Flow & Functions 10_loops → 10_Conditionals → 10_functions → ...
set the total to 0 set more numbers to ‘yes’ while more numbers is ‘yes’, repeat these steps: input a number add the number to the total ask ‘Any more numbers? Yes/No’ say what the total is This ...
Iteration close iterationThe repetition of a block of statements within a computer program. is the third programming construct. There are times when a program needs to repeat certain steps until told ...