(How do I make it into an index? )
Preferably something fairly easy to understand as I am new at this.

results = 134523      #(Integer) 

Desired: 
results = [1, 2, 3, 4, 5, 2, 3]   #(INDEX)

Somehow I see ways to convert index to list to int, but not back again.

Thanks, 
crzzy1
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to