输入、输出与Mad Libs 游戏

name1=input('please input one name')
name2=input('please input another name ')
picture=input('please input something')
print('{}打开了{}发来的图片,被里面的{}吓到了'.format(name1,name2,picture))

posted @ 2018-04-18 21:10  余君妍  阅读(92)  评论(0)    收藏  举报