[lang-ref]
( type )
>
( type_tuple )
> ( tuple_mixed_types ) ( python )
[lang-ref] ( tuple_mixed_types ) ( python )
def test_tuple_mixed_types(): t = (404, 'Not Found') assert t[1] == 'Not Found'