neel_niloy

WE4

Feb 19th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. list = ("a", "b", "c", "d", "e", "f", "g", "h", "j", "o", "s", "p", "z")
  2. x = slice(0,13,3)
  3. print(list[x])
Add Comment
Please, Sign In to add comment