4
16
605
高级会员
hat_list = ['帽子1', '帽子2'] clothes_list = ['衣服1', '衣服2'] shoes_list = ['帽子1', '帽子2'] hat = hat_list[1] hat = clothes_list[1] hat = shoes_list[1] print(hat) print(clothes) print(shoes)
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页