You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
610 B

# Python
## Lesson Objectives
1. Create a variable and assign it a value
1. Explain the different data types
1. Perform calculations with variables
1. Use string operations
1. Create a list
1. Access an element of a list
1. Perform a set of commands depending on a situation
1. Repeatedly perform a set of commands
## Create a variable and assign it a value
## Explain the different data types
## Perform calculations with variables
## Use string operations
## Create a list
## Access an element of a list
## Perform a set of commands depending on a situation
## Repeatedly perform a set of commands