>> t=(1, 2, [30, 40]) >> t[2] += [50, 60]
>> type(10) is int is not True
>> False == False in [False]
>> (type(10) is int) is not True
>> t