1. who = '我的'
    2. action = '是'
    3. destination = '镜像世界'
    4. number = 153
    5. code = '通行密码'
    6. print(who+destination+code+action+str(number))
    1. #后端
    2. 我的镜像世界通行密码是153