|
|
发表于 2021-10-5 09:59:45
|
显示全部楼层
hat_list = ['帽子1', '帽子2', '帽子3', '帽子4',
clothes_list = ['衣服1', '衣服2', '衣服3', '衣服4',
clothes_list = ['衣服1', '衣服2', '衣服3', '衣服4',
hat = hat_list[
clothes = clothes_list[
shoes = shoes_list[
print(hat)
print(clothes)
print(shoes)
chenxiaoshuai_list
hat_list = ['帽子1', '帽子2', '帽子3', '帽子4',
clothes_list = ['衣服1', '衣服2', '衣服3', '衣服4',
clothes_list = ['衣服1', '衣服2', '衣服3', '衣服4',
hat = hat_list[
clothes = clothes_list[
shoes = shoes_list[
print(hat)
print(clothes)
print(shoes)
chenxiaoshuai_list
|
|