My Scratch Stuff

Section 1

Section 2

Section 3



Click HERE to go to TheElephant Gremlin.

Question #1 What is the length of an “empty” list?
zero.

Question #2 Why are lists more powerful than variables?
Variables are convenient if you want to use the same value in a number of operations

Question #3 Can a list contain different data types? For example, could it store both numbers and words?
Conversions-ex. feet to inches.

Question #4 Give an example of a situation where no parameters are needed
Functions with no parameters are of limited use. Usually they will not return a value but carry out some operation. For example consider the following function which skips three lines on output.

Question #5 Explain what you think the following program does? How do blocks make this easier to understand? Explain what you would expect within each block.
This program seems it would be given a name, switch it up, and give a new name.