Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 506 Bytes

q1_define_structures.md

File metadata and controls

57 lines (32 loc) · 506 Bytes

###Data Structures: Lists, Arrays, Sets & Tuples

Define each of the following and provide an example.

Name:

PLACE YOUR RESPONSE HERE


####Q1a. Lists

Definition:

PLACE YOUR RESPONSE HERE

Example code:



####Q1b. Arrays

Definition:

PLACE YOUR RESPONSE HERE

Example code:



####Q1c. Sets

Definition:

PLACE YOUR RESPONSE HERE

Example code:



####Q1d. Tuples

Definition:

PLACE YOUR RESPONSE HERE

Example code: