你题目的解答代码如下:
def get_encrypted_list(word): return [word[0]] + ["*"]*(len(word)-1)
如有帮助,请点击我的回答下方的【采纳该答案】按钮帮忙采纳下,谢谢!