#python 27 #xiaodeng def list_opts(): return [ ('name', 'xiaodeng'), ('age', 28), ('sex', '1'), ('where', 'enshi') ] print list_opts()#[('name', 'xiaodeng'), ('age', 28), ('sex', '1'), ('where', 'enshi')]
#python 27 #xiaodeng def list_opts(): return [ ('name', 'xiaodeng'), ('age', 28), ('sex', '1'), ('where', 'enshi') ] print list_opts()#[('name', 'xiaodeng'), ('age', 28), ('sex', '1'), ('where', 'enshi')]
转载于:https://www.cnblogs.com/dengyg200891/p/4943655.html