def函数之另类用法
#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所做的各种笔记,欢迎大牛指点.