simple problem....but I have no clue why its not working.....
if (w[0] > m[1]):
temp = ((w[0]-m[1])/w[0])*100
print temp
For some reason temp is always 0.........I want a double percentage difference between the two values....
Please guys..help me out here......after 500 lines of code ...I am stuck here......my assignment is due tonight..... :sad:
how the hell do I get a float value? :sad: