who = '我的'action = '是'destination = '镜像世界'number = 153code = '通行密码'print(who+destination+code+action+str(number)) #后端我的镜像世界通行密码是153