Pythonのワンライナー

for

if

>>> b = a[1] if len(a[0]) is 0 else a[0]
>>> print(b)
500