Sean's Scratch lab 7

Sean's Scratch Lab1

Name: Sean Ahmed

Period: 7

Assignment: Lab #9

Lab Overview

In this lab we learned how to use lists and how they can help us to keep track of variables. I did problem #1 where I had to make a calculator that determines if each number in a list is even or odd while sorting them into an appropriate list. If the total number of even number is greater than the number of odds the sprite will change costume.

Solution

My Project Link

I tired...

meant to say I tried

My Project Link

Questions

  1. Question #1 What is the length of an “empty” list?
  2. Question #2 Why are lists more powerful than variables?
  3. Question #3 Can a list contain different data types? For example, could it store both numbers and words?