[lang-ref] ( tuple_unique_type ) ( python )

def test_tuple_unique_type():
    t = (100, 200, 300)
    assert t[1] == 200