dengyg200891
#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\')]

 

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2021-11-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2023-03-13
  • 2021-11-23
  • 2021-11-23
相关资源
相似解决方案