找回密码
 中文实名注册
搜索
查看: 839|回复: 0

第2单元 第4课 换装小游戏

[复制链接]

4

主题

16

回帖

605

积分

高级会员

积分
605
发表于 2023-6-3 15:38:59 | 显示全部楼层 |阅读模式
[Python] 纯文本查看 复制代码
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)

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 中文实名注册

本版积分规则

快速回复 返回顶部 返回列表