Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. maListe = ["one", "two", 3, "four"]
  4. for i in range(0,4)
  5. print i[maListe]
Add Comment
Please, Sign In to add comment