刘惠玲

导航

有趣故事

animal1 = input("请输入一种动物")
animal2 = input("请输入一种动物")
movement1 = input("请输入一种动作")
movement2 =input("请输入一种动作")
emotion = input("请输入一种表情")

print ('\n一天{}掉进大坑,{}拿来绳子,把一捆绳子都{}了进去,自己又{}了进去,猫{}了。\n\n'.format(animal1,animal2,movement1,movement2,emotion))

运行结果

posted on 2018-09-06 10:58  刘惠玲  阅读(99)  评论(1编辑  收藏  举报