你题目的解答代码如下:
def display_word(encrypted_list): print(f"GUESS THE WORD:{''.join(encrypted_list)}")
如有帮助,请点击我的回答下方的【采纳该答案】按钮帮忙采纳下,谢谢!