用python写一个代码

更新时间:01-24 教程 由 执手 分享

用python写一个代码?

mapper=dict(zip(('Tom','Joes','Ki','Tim'),('Teenage','Mutant','Ninja','Turtles'))

)defgetName():whileTrue:name=raw_input("Enteraname:"

)ifnameinmapper:returnnameprint"got:%s"%mapper.get(getName())

声明:关于《用python写一个代码》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2191746.html