What the program should do when correctly sequenced:
There are one or two lines of incorrect code that don't need to be used.
Find the total amount of cookies and print this out.
Remember to define the variables first, then calculate, then print.
Calculate the area of a football pitch.
Convert hours to minutes.
Find the average score from 2 scores.
Calculate the speed of a runner in meters per second.
Saying hello.
Asking for a Pet’s name.
Create an if / else statement.
Lines of code inside an if, else statement need to be indented.
Create a program that asks the user for their age and checks if they are eligible to vote.
Create a program that asks the user for their password and it if equals “hello123” access is granted.
Use a loop to print the numbers 1 to 10.
Lines of code inside a while loop need to be indented.
Get the program to write a simple message.
Open Raspberry Pi editor and
https://editor.raspberrypi.org/en/projects/blank-python-starter
Write a program that calculates the area of a rectangle
Write a program that asks a user for their name and prints out a message to say hello and say their name