Python Day 3: Lists & Branching - IWKS

Lists Basics (Continued …) A list can contain all sorts of objects, including: integers, strings, booleans, floats, and even other lists. Python allows you to have multiple data types in the same list. example = [112, "Apple", True, 1.75, [57, False]] ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download