"""Test simple enums accept values of any hashable type""". Confused = enum( INT = 0 , TUPLE = ( 1 , 2 ), STR = 'yup' ).
確定! 回上一頁