2005年09月05日 星期一 22:38
在 05-9-5,Fluke<fluke.l at gmail.com> 写道: > 我的n是变值,我不知道re是个什么样的模块,我刚学python,这几天忙考试,过几天我会试着去了解,谢谢你们的 > 帮助。我的n是变值,代表任意空格 > 我知道n是个变值,使用str.split()它不理会空格的个数,你试试就知道了。而且它还可以处理空白,象'\t', '\n'都可以。 >>> a='a b c d\tm\nddd' >>> a.split() ['a', 'b', 'c', 'd', 'm', 'ddd'] 很多东西只要简单试一下就出来了。 -- I like python! My Donews Blog: http://www.donews.net/limodou
2005年09月05日 星期一 22:41
受教,不错,喜欢这里。 喜欢这里的气氛,有没有在做python的应用的? 在 05-9-5,limodou<limodou at gmail.com> 写道: > 在 05-9-5,Fluke<fluke.l at gmail.com> 写道: > > 我的n是变值,我不知道re是个什么样的模块,我刚学python,这几天忙考试,过几天我会试着去了解,谢谢你们的 > > 帮助。我的n是变值,代表任意空格 > > > > 我知道n是个变值,使用str.split()它不理会空格的个数,你试试就知道了。而且它还可以处理空白,象'\t', '\n'都可以。 > > >>> a='a b c d\tm\nddd' > >>> a.split() > ['a', 'b', 'c', 'd', 'm', 'ddd'] > > 很多东西只要简单试一下就出来了。 > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > >
2005年09月05日 星期一 23:00
哦,现在我知道了,我原来以为split一定要带两个参数,看来split测参数是*tuple了,呵呵 On 9/5/05, limodou <limodou at gmail.com> wrote: > > 在 05-9-5,Fluke<fluke.l at gmail.com> 写道: > > 我的n是变值,我不知道re是个什么样的模块,我刚学python,这几天忙考试,过几天我会试着去了解,谢谢你们的 > > 帮助。我的n是变值,代表任意空格 > > > > 我知道n是个变值,使用str.split()它不理会空格的个数,你试试就知道了。而且它还可以处理空白,象'\t', '\n'都可以。 > > >>> a='a b c d\tm\nddd' > >>> a.split() > ['a', 'b', 'c', 'd', 'm', 'ddd'] > > 很多东西只要简单试一下就出来了。 > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- Yours, fluke fluke at sfcube.net http://sfcube.net/blog -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050905/a56d998c/attachment.html
2005年09月06日 星期二 08:47
在 05-9-5,Fluke<fluke.l at gmail.com> 写道: > 哦,现在我知道了,我原来以为split一定要带两个参数,看来split测参数是*tuple了,呵呵 > python 的许多方法都是有很多带缺省值的参数的,这些东西只有多看文档才能很好的了解。 -- I like python! My Donews Blog: http://www.donews.net/limodou
Zeuux © 2025
京ICP备05028076号