Mad Libs游戏
Posted llabc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mad Libs游戏相关的知识,希望对你有一定的参考价值。
name = input(‘请输入姓名: ‘) name1 = input(‘请输入姓名: ‘) print(‘周末,小陈去面摊吃面,小陈说:"{}来份红烧牛肉面",摊主说:"{},没有牛肉了,要不要来碗别的"‘.format(name,name1)) input(‘press any key...‘)
C=input(‘请输入摄氏度:‘) F=float(C)*9/5+32 print(‘摄氏度{}转为华氏度为:{}‘.format(C,F))
以上是关于Mad Libs游戏的主要内容,如果未能解决你的问题,请参考以下文章
Mad Libs游戏:熟悉python编程环境,基本输入输出