Python Unit 2 Resources

Key Terms

  • type

  • string

  • casting

  • Float

  • Integer

  • Boolean

  • Expression

  • Composition

  • True

  • False

  • If

  • Else

  • Elif

  • Conditionals

  • Flow of control

  • List

  • Item

  • Index

  • Slice

  • Append

  • Pop

  • Remove

  • While Loop

2.2: Booleans & Expressions

Project 2: Text Game

Essential Questions

  • How do you apply Data Types in Python?

  • How do you apply Arguments in Python?

  • How do you apply lists in Python?

  • How do you apply a While Loops in Python?