language: Python (python 2.7.3)
date: 868 days 18 hours ago
link:
visibility: public
1
2
3
4
l = [(1,2,3),(1,)]
_, x = l.pop()
X = _
print X