J. Peng 写道: > k = (i.split())[3] > y = (i.split())[1]
btw, why can't I write the above two into one statement? (k,y) = (i.split())[3,1] -- http://mail.python.org/mailman/listinfo/python-list
J. Peng 写道: > k = (i.split())[3] > y = (i.split())[1]
btw, why can't I write the above two into one statement? (k,y) = (i.split())[3,1] -- http://mail.python.org/mailman/listinfo/python-list