head=['名字','年龄','公司'] table=[('桔子菌','30','桔子code有限责任公司'), ('橙子','20','橙子科技大学'), ('柚子','29','柚子街道办'),] print(head[0],'\t',head[1],'\t',head[2]) for item in table: print(item[0],'\t',item[1],'\t',item[2])
var code = "67059a41-2c8d-4524-8e89-574b027d18db"