摘要: 代码: #!/usr/bin/env python #-*- coding: utf-8 -*- from collections import namedtuple Student = namedtuple('Student',['name','age','email']) s = Student 阅读全文
posted @ 2022-04-14 10:47 wanghhhh 阅读(31) 评论(0) 推荐(0)