Advertisement
lamiastella

list of list append

Jun 14th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1.     fingertips = []
  2.     fingertips.append(sliced_list[4])
  3.     fingertips.append(sliced_list[8])
  4.     fingertips.append(sliced_list[12])
  5.     fingertips.append(sliced_list[16])
  6.     fingertips.append(sliced_list[20])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement