create list with integers python code example Example: create list integers list(range(11, 17)) [11, 12, 13, 14, 15, 16]