kind of a basic question but i cant seem to figure it out. well i have a list and i split it up using the split function but now im confusing how i can use one string and divide it to another. i tried turning it into a int or float but it didnt work. is it because its in a list? help please thanks advanced
for line in nub:
if "Total Current" in line:
word=line.split()
good=word[3]
print "09-10",good/3
pretty much im trying to get great to divide by 3 but it wont