为了账号安全,请及时绑定邮箱和手机立即绑定

用列表中相同位置的相同字母替换字符串中的字母 - Python

用列表中相同位置的相同字母替换字符串中的字母 - Python

青春有我 2021-06-25 18:05:32
我是一名 Python 初学者,并且在制作基本的刽子手游戏时遇到了最困难的时期。当猜到一个正确的字母时,我应该填写空白。只是在寻找一种简单的初学者方法来做到这一点。这就是我正在尝试但目前不起作用的方法:word = random.choice(word_list)word_dis.append("*" * len(word))for chtr in word:     chtr_pos = word.find(current_guess)     print(chtr_pos)     if chtr == current_guess:          word_dis[chtr_pos] = chtr我得到:list assignment index out of range
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 153 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信