List Python Tutorial

mixup_list = [4.0, [1, 'x'], 'beef', -1.9+6j]
print mixup_list[1][1]
mixup_list[1][1] = -64.875
print mixup_list