How do you solve a problem in Python?
Describe the purpose of an algorithm, and identify the inputs and outputs to program
What can you do in turtle graphics?
Draw and patterns, change colour of graphics, use pen up and down
What are 3 things you can do using Python?
-Describe the purpose of a variable
-Perform math operations
-Understand the concepts of a block based code
-Understand how to sequence an algorithm to solve a problem
-Get an input from a user
-Output messages from a program
-Use loops to repeat sections of code
-Use “IF” statements to make decisions