Guest User

Untitled

a guest
Feb 14th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. lst = [(18, 'Pass'), (19, 'Fail')]
  2.  
  3. lst[1] --> (19, 'Fail')
Add Comment
Please, Sign In to add comment