Python Overview
How to make a dictionary: names = { “name”: “James”, “name:, “Barry”, “name:, “Sarah”, “name”, “Amanda” } Looping over these elements, keys they are called. peoples = { “name”: “James”, “name:, “Barry”, “name:, “Sarah”, “name”, “Amanda” } for keys in people: print peoples[keys] How to divide in python a = [0, 1, 2, 3, 4, […]