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.
610 B
610 B
Python
Lesson Objectives
- 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