2006年02月14日 星期二 18:09
写了一个好玩的,锻炼锻炼这几天学习的 python 知识。 情人节 Quiz: ''.join([chr(x) for x in [117, 101, 118, 111, 108, 105]][::-1]) 先声明我的水平完全是初学,呵呵,献丑了。 希望高手能表演一把,写出更多更好玩的代码 :D -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060214/c102945e/attachment.htm
2006年02月14日 星期二 18:15
''.join(map(lambda x:chr(x),[117, 101, 118 , 111, 108, 105 ])[::-1]) 另一种写法 On 2/14/06, Neil <chenrong2003 at gmail.com> wrote: > 写了一个好玩的,锻炼锻炼这几天学习的 python 知识。 > 情人节 Quiz: > > ''.join([chr(x) for x in [117, 101, 118 , 111, 108, 105 ]][::-1]) > > 先声明我的水平完全是初学,呵呵,献丑了。 > > 希望高手能表演一把,写出更多更好玩的代码 :D > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > -- Blog:http://qingfeng.ushared.com/blog/
Zeuux © 2025
京ICP备05028076号