Guest User

Untitled

a guest
Jan 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. list1 = [0,1,2,3,4]
  2. #this will print first number
  3. list[0]
  4. #But the reverse will start from -1
  5. lits[-1]
Add Comment
Please, Sign In to add comment