Session 13 data structures Basic structure types tuple, list, range, string Screencast Materials Basic structure types sequence types list, tuple, range article: range is NOT iterator/generator tip: lists are for looping; tuples for structs string is a sequence Project NONE