Advertisement
Dmitry_Dronov

insert

Nov 22nd, 2014
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. SomeList = IN[0]
  2. SomeList.insert(5,SomeList[0])
  3. OUT = SomeList
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement