Hi, there

a = range(100)

if I want to use No 7, 11, 56,90 in a, then the only way I do is [a[7],
a[11], a[56], a[90]]. 
Is there any other way?

Thanks in advance.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to