"ygao" wrote: > my question is as title!
my answer as code: >>> s = "g" >>> t = "" >>> s[0:0+len(t)] == t True >>> s[1:1+len(t)] == t True </F> -- http://mail.python.org/mailman/listinfo/python-list
"ygao" wrote: > my question is as title!
my answer as code: >>> s = "g" >>> t = "" >>> s[0:0+len(t)] == t True >>> s[1:1+len(t)] == t True </F> -- http://mail.python.org/mailman/listinfo/python-list