Skills Review

What we (should) already know

Data Types

string integer float boolean list dictionary

Type Casting

string to integer
string to boolean

User Input

user_input = input("What is your name?")

Lists and Dictionaries

names = [
  "Aroha"
  "Billy",
  "Clare"
]
scores = {
  "Alistair": 30,
  "Beyonce": 70,
  "Clive": 50
}

Loops

Do the same thing over…
and over… and over…

Conditionals

if, elif, else

Burger

Challenge:
Debug the Burger Builder

Open up burgerbuilder.py and make it work better:

  1. All unchanging values should be stored in constants.
  2. The app should apologise if it doesn’t have a requested filling.
  3. The app should be able to collect as many orders as needed.

Thumbs Up!

Skills Review: Complete!

Great, now it’s time for the new stuff…

Take me to the next chapter!

Loading...

Double Burger by Arthur Shlain from the Noun Project