[Tutor] Q?

deng wei deng@ms.shlftdc.net.cn
Fri, 1 Sep 2000 9:30:17 +0800


tutorHello:
  The Python said this is wrong.But I think it's right.Why?

	# The while practice:
	a=['hello','world','i','am','a','worker']
	i=0
	while i<len(a):
		b[i]=a[len(a)-i]
		i=i+1
	print b


                  

            DengWei
            deng@ms.shlftdc.net.cn