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

Python

Lesson Objectives

  1. Create a variable and assign it a value
  2. Explain the different data types
  3. Perform calculations with variables
  4. Use string operations
  5. Create a list
  6. Access an element of a list
  7. Perform a set of commands depending on a situation
  8. 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