This is the code I am using but I keep getting a decimal number and I would like to get a whole number:
total=0
for i in empty:
i=ord(i)
total=total+i
total=total/8
print("this is you offset factor.....")
The numbers I keep on getting are numbers like this: 70.75 or 62.625